Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgle committed Jan 6, 2021
1 parent 35f6960 commit 401db3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install:: graftcp $(GRAFTCP_LOCAL_BIN)
$(INSTALL) $< $(DESTDIR)$(BINDIR)/$<
$(MAKE) -C graftcp-local $@

uninstall:: $(GRAFTCP_LOCAL_BIN)
uninstall::
-rm -f $(DESTDIR)$(BINDIR)/graftcp
$(MAKE) -C graftcp-local $@

Expand Down
2 changes: 1 addition & 1 deletion graftcp-local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ uninstall_systemd::
systemctl disable --now graftcp-local.service
rm -f ${DESTDIR}/${SYSTEMD_UNIT_DIR}/graftcp-local.service

uninstall:: graftcp-local
uninstall::
-rm -f $(DESTDIR)$(BINDIR)/$<

install_service:: graftcp-local
Expand Down

0 comments on commit 401db3d

Please sign in to comment.