Use GNUmakevars
This commit is contained in:
parent
e643f0affd
commit
ef10f1a79f
|
@ -1,4 +1,4 @@
|
||||||
include GNUmakerules
|
include GNUmakevars
|
||||||
|
|
||||||
all: obwrap
|
all: obwrap
|
||||||
|
|
||||||
|
@ -6,3 +6,5 @@ errno:
|
||||||
clean:
|
clean:
|
||||||
rm obwrap
|
rm obwrap
|
||||||
install: $(BINDIR)/obwrap
|
install: $(BINDIR)/obwrap
|
||||||
|
|
||||||
|
include GNUmakerules
|
||||||
|
|
Loading…
Reference in New Issue