summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-10-23 10:27:14 +0200
committerBert Münnich <ber.t@posteo.de>2017-10-23 10:27:14 +0200
commit79bcc2ba4aa7a298311eb3673cfff735e89ea573 (patch)
tree70c0366168385c3328192eb20e6fab6dd878b7d4
parentdf714376c5594cba604a7f879eca34b0c7e0abff (diff)
downloadnsxiv-79bcc2ba4aa7a298311eb3673cfff735e89ea573.tar.zst
Make clean removes all object files
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0b428bc..8ecb4af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20171022
+VERSION = git-20171023
srcdir = .
VPATH = $(srcdir)
@@ -58,7 +58,7 @@ config.h:
cp $(srcdir)/config.def.h $@
clean:
- rm -f $(OBJS) sxiv
+ rm -f *.o sxiv
install: all
@echo "INSTALL bin/sxiv"