9 lines
103 B
Makefile
9 lines
103 B
Makefile
all:
|
|
chmod +x run_examples.py guess hello
|
|
|
|
test: all
|
|
./run_examples.py
|
|
|
|
clean:
|
|
rm -f *.out diff.txt
|