[go: up one dir, main page]

Menu

[b40542]: / local / GNUmakefile  Maximize  Restore  History

Download this file

10 lines (8 with data), 229 Bytes

1
2
3
4
5
6
7
8
9
TOPDIR ?= ..
CPPS := $(wildcard *.cpp)
TESTS = $(CPPS:.cpp=)
-include $(TOPDIR)/make.settings.local
include $(TOPDIR)/Makefile.subdir.gnu
-include GNUmakefile.local
clean::
$(RM) $(TESTS:=.*.d) $(TESTS:=.*.o) $(TESTS:=.*.bin)