aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <calvin@fastmailteam.com>2023-02-27 17:44:20 -0500
committerCalvin Morrison <calvin@fastmailteam.com>2023-02-27 17:49:35 -0500
commitcbc81ba76807acefecaa7cc60853fd7b35853266 (patch)
treee061bbe41c1b7d9eaad35f99732715ce00171d09 /Makefile
parente367ecdded2d9fecafd30f517c7043d19a75280c (diff)
use $HOME for socketHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e4af55..e3951eb 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ mocicon: ${OBJ}
clean:
@echo cleaning
- @rm -f mocicon moc_x11 *.o mocicon-${VERSION}.tar.gz
+ rm -f mocicon moc_x11 *.o mocicon-${VERSION}.tar.gz
dist: clean
@echo creating dist tarball