add check/test rules

This commit is contained in:
Mike Frysinger
2008-03-24 06:10:40 +00:00
parent 02e7e1b988
commit 9ed5d28d15
8 changed files with 16 additions and 4 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
all:
check:
install:
check test::
./symbols.sh
clean:
rm -f *.out
.PHONY: all check clean