mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
7 lines
71 B
Text
7 lines
71 B
Text
|
all: .DEFAULT
|
||
|
|
||
|
.DEFAULT:
|
||
|
gmake ${.MAKEFLAGS} ${.TARGETS}
|
||
|
|
||
|
.PHONY: all
|