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

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

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

phony: ;

GNUmakefile: ;