summaryrefslogtreecommitdiff
path: root/build/top.mk
diff options
context:
space:
mode:
authorNicolas Schodet2015-06-09 11:38:00 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit2c77cc0058289f1f65b5b53a767f6822d6a8974f (patch)
treeb74efd026a0f3d2e5095e3abea3e5ae8c974b2b6 /build/top.mk
parent0465dfe7d8f90d3d30baa660673dedc06a748607 (diff)
build: add a test target
Diffstat (limited to 'build/top.mk')
-rw-r--r--build/top.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/top.mk b/build/top.mk
index f3c6ccc..72e80f4 100644
--- a/build/top.mk
+++ b/build/top.mk
@@ -36,12 +36,13 @@ hex:
srec:
bin:
crc:
+test:
clean:
@echo rmdir '$(OBJDIR)/.../'
$(call rmdir_as_needed,$(OBJDIRS),$(OBJDIR))
-.PHONY: all lst size hex srec bin crc clean
+.PHONY: all lst size hex srec bin crc test clean
# Modules and sources setup.