mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 12:31:06 +01:00
added clean command
This commit is contained in:
3
Makefile
3
Makefile
@@ -24,3 +24,6 @@ install: buildlocal
|
|||||||
install -d -o $(UID) -g $(GID) $(PREFIX)/man/man1
|
install -d -o $(UID) -g $(GID) $(PREFIX)/man/man1
|
||||||
install -o $(UID) -g $(GID) -m 555 $(tool) $(PREFIX)/sbin/
|
install -o $(UID) -g $(GID) -m 555 $(tool) $(PREFIX)/sbin/
|
||||||
install -o $(UID) -g $(GID) -m 444 $(tool).1 $(PREFIX)/man/man1/
|
install -o $(UID) -g $(GID) -m 444 $(tool).1 $(PREFIX)/man/man1/
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f $(tool) $(tool).1
|
||||||
|
|||||||
Reference in New Issue
Block a user