diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 6c0b429..45e4b50 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ clean-gen: clean rm -f config.h check: $(OBJDIR)/$(BIN) - tools/unit.sh all + tools/test.sh all 80: @for F in $(SRCALL); \ |