summaryrefslogtreecommitdiff
path: root/build/top.mk
diff options
context:
space:
mode:
authorNicolas Schodet2012-10-20 21:29:52 +0200
committerNicolas Schodet2019-10-06 23:26:28 +0200
commitec16bd04529ccc14589a5b1d55a2ce8e1080b6f8 (patch)
treef5a160c7505331f53730b0cbc7698d4b23b922b4 /build/top.mk
parent2dfe87e9378d89338fff5461a5f882a252a1c7de (diff)
Add binary files build
Diffstat (limited to 'build/top.mk')
-rw-r--r--build/top.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/top.mk b/build/top.mk
index adb4e95..7ac7735 100644
--- a/build/top.mk
+++ b/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.