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
$(NULL): foo.c
|
|
@echo TEST-FAIL
|
|
|
|
all:
|
|
@echo TEST-PASS
|