7 lines
128 B
Makefile
7 lines
128 B
Makefile
|
|
test-all:
|
|
python ifcc-test.py testfiles
|
|
|
|
test-last:
|
|
python ifcc-test.py -v -v testfiles/$(shell ls -A testfiles | tail -n 1)
|