mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-07 09:31:28 +00:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
$(shell echo "INCLUDED2 = yes" >local-include.inc)
|
|
|
|
include $(TESTPATH)/include-file.inc local-include.inc
|
|
|
|
all:
|
|
test "$(INCLUDED)" = "yes"
|
|
test "$(INCLUDED2)" = "yes"
|
|
@echo TEST-PASS
|