mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
6 lines
55 B
Makefile
6 lines
55 B
Makefile
all::
|
|
touch somefile
|
|
|
|
all:: somefile
|
|
@echo TEST-PASS
|