From 0dda1750947f9ede4b48a92bd11d0d70590f2ee1 Mon Sep 17 00:00:00 2001 From: randomuser Date: Fri, 7 Jan 2022 02:30:04 -0600 Subject: [PATCH] Makefile maintance --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08f856f..3dd08b2 100644 --- a/Makefile +++ b/Makefile @@ -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