Make clean removes all object files
This commit is contained in:
parent
df714376c5
commit
79bcc2ba4a
4
Makefile
4
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION = git-20171022
|
VERSION = git-20171023
|
||||||
|
|
||||||
srcdir = .
|
srcdir = .
|
||||||
VPATH = $(srcdir)
|
VPATH = $(srcdir)
|
||||||
|
@ -58,7 +58,7 @@ config.h:
|
||||||
cp $(srcdir)/config.def.h $@
|
cp $(srcdir)/config.def.h $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJS) sxiv
|
rm -f *.o sxiv
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
@echo "INSTALL bin/sxiv"
|
@echo "INSTALL bin/sxiv"
|
||||||
|
|
Loading…
Reference in New Issue