ifpublic in dist
This commit is contained in:
parent
75ae29976a
commit
535d89ee09
14
dist/Makefile
vendored
14
dist/Makefile
vendored
@ -19,7 +19,7 @@ bin/battery: bin ../battery/battery
|
||||
cp ../battery/battery* bin/
|
||||
|
||||
.PHONY: data
|
||||
data: bin/data battery lowercase nonzero str streq
|
||||
data: bin/data battery ifpublic lowercase nonzero str streq
|
||||
bin/data: bin ../data/data
|
||||
cp ../data/data bin/
|
||||
|
||||
@ -32,6 +32,11 @@ share/man/man1/echo.1: dirs ../echo/echo.1
|
||||
../echo/echo:
|
||||
$(MAKE) -C ../echo sane
|
||||
|
||||
.PHONY: ifpublic
|
||||
ifpublic: bin/ifpublic
|
||||
bin/ifpublic: bin ../ifpublic/ifpublic
|
||||
cp ../ifpublic/ifpublic bin/
|
||||
|
||||
.PHONY: lowercase
|
||||
lowercase: bin/lowercase
|
||||
bin/lowercase: bin ../lowercase/lowercase
|
||||
@ -39,6 +44,13 @@ bin/lowercase: bin ../lowercase/lowercase
|
||||
../lowercase/lowercase:
|
||||
$(MAKE) -C ../lowercase sane
|
||||
|
||||
.PHONY: pscat
|
||||
pscat: bin/pscat
|
||||
bin/pscat: bin ../pscat/pscat
|
||||
cp ../pscat/pscat bin/pscat
|
||||
../pscat/pscat:
|
||||
$(MAKE) -C ../pscat sane
|
||||
|
||||
.PHONY: nonzero
|
||||
nonzero: bin/nonzero
|
||||
bin/nonzero: bin ../nonzero/nonzero
|
||||
|
Loading…
Reference in New Issue
Block a user