Mypal/build/pymake/tests/serial-rule-execution.mk
2019-03-11 13:26:37 +03:00

6 lines
55 B
Makefile

all::
touch somefile
all:: somefile
@echo TEST-PASS