mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Add the 'make test' target to Makefile.am too.
Now I don't have to annoyingly switch over to the GTK makefile.
This commit is contained in:
9
Recipe
9
Recipe
@ -146,3 +146,12 @@ benchmark.txt: benchmark.sh $(GAMES)
|
|||||||
./benchmark.sh > $@
|
./benchmark.sh > $@
|
||||||
|
|
||||||
!end
|
!end
|
||||||
|
!begin am
|
||||||
|
test: benchmark.html benchmark.txt
|
||||||
|
|
||||||
|
benchmark.html: benchmark.txt benchmark.pl
|
||||||
|
./benchmark.pl benchmark.txt > $@
|
||||||
|
|
||||||
|
benchmark.txt: benchmark.sh $(GAMES)
|
||||||
|
./benchmark.sh > $@
|
||||||
|
!end
|
||||||
|
Reference in New Issue
Block a user