summaryrefslogtreecommitdiff
path: root/build/top.mk
diff options
context:
space:
mode:
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.