summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/serial-rule-execution.mk
blob: da5b177de1a0da79b540847675485b9e56990aea (plain)
1
2
3
4
5
all::
	touch somefile

all:: somefile
	@echo TEST-PASS