summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-09-04 00:16:53 +0200
committerAki <please@ignore.pl>2024-09-04 00:16:53 +0200
commit557a61e1f0d87f706779b0eb18dfcd11e60dfb5f (patch)
tree0f8339196c37096ce362fa8418bae934830fcf73 /Makefile
parent872db47abf861dceee4c1b4265e2f185168920f3 (diff)
downloadactivity-557a61e1f0d87f706779b0eb18dfcd11e60dfb5f.zip
activity-557a61e1f0d87f706779b0eb18dfcd11e60dfb5f.tar.gz
activity-557a61e1f0d87f706779b0eb18dfcd11e60dfb5f.tar.bz2
Fixed typo in uninstall targetHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eff7220..d6cda36 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ install:
uninstall:
rm -rf $(DESTDIR)$(LUA_LMOD)/activity
- rm -f $(DESTIR)$(BINDIR)/activity
- rm -f $(DESTIR)$(MAN1DIR)/activity.1
+ rm -f $(DESTDIR)$(BINDIR)/activity
+ rm -f $(DESTDIR)$(MAN1DIR)/activity.1
test:
busted