aboutsummaryrefslogtreecommitdiff
path: root/tasm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tasm/Makefile')
-rw-r--r--tasm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tasm/Makefile b/tasm/Makefile
index b9abd49..d2a1e69 100644
--- a/tasm/Makefile
+++ b/tasm/Makefile
@@ -28,17 +28,17 @@ include src/source.mk
.PHONY: format
format:
- find arch lib common include -iname '*.[ch]' |\
+ find include src -iname '*.[ch]' |\
xargs uncrustify -c uncrustify.conf --no-backup -F -
.PHONY: license
license:
- find arch lib common include -iname '*.[ch]' |\
+ find include src -iname '*.[ch]' |\
xargs ./scripts/license
.PHONY: docs
docs:
- find arch lib common include -iname '*.[ch]' -not -path */gen/* |\
+ find include src -iname '*.[ch]' -not -path */gen/* |\
xargs ./scripts/warn-undocumented
doxygen docs/doxygen.conf