fix makefiles slightly

This commit is contained in:
Arthur Lu
2025-02-11 00:46:44 +00:00
parent 90899ef9ba
commit c4b428f3ed
2 changed files with 6 additions and 4 deletions

View File

@@ -12,4 +12,6 @@ clean:
rm -f "$(DIST)/$$d.zip" ; \
done
.PHONY: all $(SUBDIRS)
test: build
.PHONY: all $(SUBDIRS) clean test