summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: ab2c28478bce3e22203bbedb37161da577cbbf1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Flag that we're using GNU make.
#

all: phony
	@$(MAKE) -f Makefile IFDEFFLAGS=-DGNUMAKE $@

%: phony
	@$(MAKE) -f Makefile IFDEFFLAGS=-DGNUMAKE $@

phony: ;

GNUmakefile: ;