projects
/
libam7xxx.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Minor Makefile cleanup
[libam7xxx.git]
/
Makefile
diff --git
a/Makefile
b/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)