Skip to content
Snippets Groups Projects
Commit 946beb61 authored by Philip Kaluđerčić's avatar Philip Kaluđerčić :u7121:
Browse files

Fix typo in "install" rule

parent 7526348c
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ $(GENSRC): %.c: %.db gen.awk Makefile
.PHONY: install
install: all
install -Dpm 755 trip $(PREFIX)/bin
install -Dpm 644 trip.1 $(PREFIX)/share/man/man/1
install -Dpm 644 trip.1 $(PREFIX)/share/man/man1
.PHONY: uninstall
uninstall:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment