From cbc81ba76807acefecaa7cc60853fd7b35853266 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Mon, 27 Feb 2023 17:44:20 -0500 Subject: use $HOME for socket --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3