Makefile maintance
This commit is contained in:
parent
c798d4ddb3
commit
0dda175094
6
Makefile
6
Makefile
|
@ -4,7 +4,7 @@ install: man sh mkc c
|
||||||
|
|
||||||
man:
|
man:
|
||||||
# this used to be {command} $(DESTDIR)$(PREFIX)/man/man1
|
# this used to be {command} $(DESTDIR)$(PREFIX)/man/man1
|
||||||
# this did not work on my computer, but might be needed in other computers
|
# this did not work on my computer, but might be needed on other installations
|
||||||
mkdir -p /usr/local/man/man1
|
mkdir -p /usr/local/man/man1
|
||||||
cp -f man/* /usr/local/man/man1
|
cp -f man/* /usr/local/man/man1
|
||||||
sh:
|
sh:
|
||||||
|
@ -38,3 +38,7 @@ c:
|
||||||
cp -f c/simplestatus $(DESTDIR)$(PREFIX)/bin
|
cp -f c/simplestatus $(DESTDIR)$(PREFIX)/bin
|
||||||
clean:
|
clean:
|
||||||
rm c/scream
|
rm c/scream
|
||||||
|
rm c/timer
|
||||||
|
rm c/boid
|
||||||
|
rm c/anaconda
|
||||||
|
rm c/simplestatus
|
||||||
|
|
Loading…
Reference in New Issue