diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ headers $(INCDIR): $(TOPDIR)/.headers.mk $(TOPDIR)/mkh.sh $(MAKE) -f $(TOPDIR)/.headers.mk headers test: - cd tests && $(MAKE) && ./testlibc + cd tests && $(MAKE) && ./testlibc $(TESTS) ctags: ctags $$(find src -name \*.c) |