mirror of
https://github.com/troydhanson/tpl.git
synced 2024-12-26 23:57:25 +08:00
10 lines
86 B
Makefile
10 lines
86 B
Makefile
all: run_tests
|
|
|
|
run_tests:
|
|
perl ./do_tests
|
|
|
|
.PHONY: clean
|
|
|
|
clean:
|
|
rm -f test*.out
|