summaryrefslogtreecommitdiffhomepage
path: root/digital/ucoolib/build/top.mk
diff options
context:
space:
mode:
authorNicolas Schodet2012-10-20 21:29:52 +0200
committerNicolas Schodet2012-10-21 18:56:29 +0200
commitd769d8335c8124058c65eec60fa2c52928f1168f (patch)
tree2933aca021516e226b2e25a434f690e7969b198b /digital/ucoolib/build/top.mk
parentbeaa75f184d07855ea40da2b1e336cf1fe86a7b8 (diff)
digital/ucoolib: add binary files build
Diffstat (limited to 'digital/ucoolib/build/top.mk')
-rw-r--r--digital/ucoolib/build/top.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/digital/ucoolib/build/top.mk b/digital/ucoolib/build/top.mk
index adb4e950..7ac77351 100644
--- a/digital/ucoolib/build/top.mk
+++ b/digital/ucoolib/build/top.mk
@@ -30,11 +30,14 @@ Q = @
all:
lst:
size:
+hex:
+srec:
+bin:
clean:
rmdir $(OBJDIR) 2> /dev/null || true
-.PHONY: all lst size clean
+.PHONY: all lst size hex srec bin clean
# Modules and sources setup.