Dactyloidae/build/pymake/tests/serial-rule-execution.mk

5 lines
55 B
Makefile
Raw Normal View History

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