tweaked the makefile to actually work
[feisty_meow.git] / testkit / makefile
1
2
3 all:
4         @bash test_driver.sh
5
6 docs:
7         cd doc && $(MAKE)
8