open-zwave/BSDmakefile
Iku 2eacd88ad7 Add BSDmakefile (#1193)
The default BSD make (at least on FreeBSD) is not GNU make, nor is it
compatbile with it. This new BSDmakefile will case BSD make to invoke GNU
make.
2017-04-05 14:33:50 +08:00

6 lines
71 B
Makefile

all: .DEFAULT
.DEFAULT:
gmake ${.MAKEFLAGS} ${.TARGETS}
.PHONY: all