summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-08-31 15:00:33 +0100
committerroot <root@lamia.panaceas.james.local>2015-08-31 15:00:33 +0100
commitbc5a78ed766ba50ec413d8a2f4ae187c1da40403 (patch)
tree07b59e0438f97fc3568e8c60e95dc35098155fd8
parent0c9371ef537121fac414f43499688695816f1ee6 (diff)
downloadblinky-bc5a78ed766ba50ec413d8a2f4ae187c1da40403.tar.gz
blinky-bc5a78ed766ba50ec413d8a2f4ae187c1da40403.tar.bz2
blinky-bc5a78ed766ba50ec413d8a2f4ae187c1da40403.zip
fish
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c3d0b3..c6c1233 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ OBJS=${CSRCS:%.c=%.o} ${SDKCSRCS:%.c=${SDK}/sdk/%.o} ${SDKSSRCS:%.s=${SDK}/sdk/%
default: ${PROG}.zip ${PROG}.hex
clean:
- /bin/rm -f ${OBJS} ${PROG} ${PROG}.bin ${PROG}.hex
+ /bin/rm -f ${OBJS} ${PROG} ${PROG}.bin ${PROG}.hex ${PROG}.zip
${PROG}:${OBJS}
$(CC) $(LDFLAGS) $(CFLAGS) $(OBJS) $(LIBS) -o $@