Minor Makefile cleanup
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 6 Jan 2012 23:03:16 +0000 (00:03 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 7 Jan 2012 00:59:32 +0000 (01:59 +0100)
Makefile

index b8515ad..20b44c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,9 +41,9 @@ bindir := $(PREFIX)/sbin
 
 all: picoproj
 
-CFLAGS += -D_BSD_SOURCE
-picoproj: picoproj.o
+CFLAGS += -D_BSD_SOURCE # for htole32()
 
+picoproj: picoproj.o
 
 install: picoproj
        install -d $(DESTDIR)$(bindir)