Make clean removes all object files

master
Bert Münnich 2017-10-23 10:27:14 +02:00
parent df714376c5
commit 79bcc2ba4a
1 changed files with 2 additions and 2 deletions

View File

@ -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"