Copy BSDmakefile to subfolders

So we can individually make clean them
pull/48/head
Soner Tari 4 years ago
parent 9ad477e0a7
commit 10573a1b7c

@ -0,0 +1,6 @@
all:
@gmake $(.TARGETS)
$(.TARGETS): all
.PHONY: all

@ -0,0 +1,6 @@
all:
@gmake $(.TARGETS)
$(.TARGETS): all
.PHONY: all

@ -0,0 +1,6 @@
all:
@gmake $(.TARGETS)
$(.TARGETS): all
.PHONY: all
Loading…
Cancel
Save