diff options
author | Calvin Morrison <calvin@fastmailteam.com> | 2023-02-27 17:44:20 -0500 |
---|---|---|
committer | Calvin Morrison <calvin@fastmailteam.com> | 2023-02-27 17:49:35 -0500 |
commit | cbc81ba76807acefecaa7cc60853fd7b35853266 (patch) | |
tree | e061bbe41c1b7d9eaad35f99732715ce00171d09 /Makefile | |
parent | e367ecdded2d9fecafd30f517c7043d19a75280c (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |