aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0e0474f..33b5f76 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@ info: Makefile.config
run: Makefile.config
@${MAKE} -f Makefile.all $@
-doc: FORCE
- doxygen doxygen.config
+doc: doxygen.config
+ doxygen $<
clean:
@${MAKE} -C lib clean
@@ -40,8 +40,6 @@ clean:
@${MAKE} -C src clean
test:
- @echo " -> Looking for inline assembly in src/ and lib/"
- @grep -rn 'asm' devices src lib
@echo " -> Running tests in src"
@make -C src test > /dev/null
@echo " -> Running tests in lib"