diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |