Makefile: make it clear that it requires GNU Make

This commit is contained in:
Brian Warner 2007-07-11 13:39:55 -07:00
parent 25e952cd14
commit db75139340

View File

@ -1,3 +1,6 @@
# this Makefile requires GNU make
default: build
BASE=$(shell pwd)