aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: ebbfb4281c343dda0d8a8c8aea8837d86a779496 (plain)
1
2
3
4
5
6
7
# This file is only left here for explicit error about GNU make requirement
# when building with other make flavours.
#
# Do not edit this file. Edit GNUmakefile instead.
.PHONY: all
all .DEFAULT:
	@echo "Please build and install using GNU make (gmake)"; exit 1