mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
6 lines
55 B
Makefile
6 lines
55 B
Makefile
|
$(NULL): foo.c
|
||
|
@echo TEST-FAIL
|
||
|
|
||
|
all:
|
||
|
@echo TEST-PASS
|