Skip to content

Commit

Permalink
fix uninstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Unglaub committed Jan 12, 2013
1 parent 5ab1400 commit 9f1f9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install: utop
cp utop.1 ${PREFIX}/share/man/man1/

uninstall:
rm -f ${PREFIX}/bin/utop ${PREFIX}/share/man/man1/
rm -f ${PREFIX}/bin/utop ${PREFIX}/share/man/man1/utop.1

gui.o: gui.c proc.h gui.h util.h config.h machine.c machine.h
main.o: main.c proc.h gui.h config.h
Expand Down

0 comments on commit 9f1f9af

Please sign in to comment.