diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -70,7 +70,10 @@ libzahl.a: $(OBJ) test: test.c libzahl.a $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ $^ +check: test + ./test + clean: -rm -- *.o *.su *.a *.so test 2>/dev/null -.PHONY: all clean +.PHONY: all check clean |
