Initial commit
This commit is contained in:
8
test/Makefile
Normal file
8
test/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all:
|
||||
chmod +x run_examples.py guess hello
|
||||
|
||||
test: all
|
||||
./run_examples.py
|
||||
|
||||
clean:
|
||||
rm -f *.out diff.txt
|
||||
Reference in New Issue
Block a user