Files
unixprog2024-hw3/test/Makefile
2025-04-12 08:26:23 +08:00

9 lines
103 B
Makefile

all:
chmod +x run_examples.py guess hello
test: all
./run_examples.py
clean:
rm -f *.out diff.txt