From 64bea6dc25f83972f751e55739049409efd9010a Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Sat, 7 Jan 2012 00:03:16 +0100
Subject: [PATCH] Minor Makefile cleanup

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index b8515ad..20b44c4 100644
--- 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)
-- 
2.1.4