X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=02ef0fc2b61ad71e394cb34c3bb367831d92f392;hb=60f4f976c4f4743ff299dcc3a92c0b9f86d8bbc3;hp=564466fda6f6be786dc02a152ceba96a0677cb73;hpb=51b5210e3f28c81cc0972c1ff23f2e7b15f8f233;p=smdp.git diff --git a/Makefile b/Makefile index 564466f..02ef0fc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Makefile -# Copyright (C) 2016 Michael Goehler +# Copyright (C) 2018 Michael Goehler # # This file is part of mdp. # @@ -65,6 +65,7 @@ install: install -m 644 mdp.1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1 uninstall: - $(RM) $(DESTDIR)$(PREFIX)/$(TARGET) + $(RM) $(DESTDIR)$(PREFIX)/bin/$(TARGET) + $(RM) $(DESTDIR)$(PREFIX)/share/man/man1/$(TARGET).1 .PHONY: all clean install src uninstall