mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 11:31:40 +00:00
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.
This commit is contained in:
parent
66e781505d
commit
2eacd88ad7
1 changed files with 6 additions and 0 deletions
6
BSDmakefile
Normal file
6
BSDmakefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
all: .DEFAULT
|
||||
|
||||
.DEFAULT:
|
||||
gmake ${.MAKEFLAGS} ${.TARGETS}
|
||||
|
||||
.PHONY: all
|
Loading…
Add table
Reference in a new issue