Makefile maintance

This commit is contained in:
randomuser 2022-01-07 02:30:04 -06:00
parent c798d4ddb3
commit 0dda175094
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ install: man sh mkc c
man:
# 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
cp -f man/* /usr/local/man/man1
sh:
@ -38,3 +38,7 @@ c:
cp -f c/simplestatus $(DESTDIR)$(PREFIX)/bin
clean:
rm c/scream
rm c/timer
rm c/boid
rm c/anaconda
rm c/simplestatus