aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5d56b6..ffb4e2e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MAKEFLAGS += --no-print-directory
include Makefile.config
-.PHONY: all run clean FORCE
+.PHONY: all run clean test FORCE
all: glitch.elf
run: glitch.iso
@@ -24,6 +24,9 @@ info:
@echo " LD $(shell ${LD} --version | head -n1)"
@echo " ${LDFLAGS}"
+test:
+ grep -r 'asm' devices lib src
+
FORCE:
.config: Kconfig