mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
11 lines
90 B
Makefile
11 lines
90 B
Makefile
$(shell \
|
|
touch dep; \
|
|
sleep 2; \
|
|
touch all; \
|
|
)
|
|
|
|
all:: dep
|
|
@echo TEST-PASS
|
|
|
|
.PHONY: all
|