Ver código fonte

Make clean removes all object files

master
Bert Münnich 7 anos atrás
pai
commit
79bcc2ba4a
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile Ver arquivo

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


Carregando…
Cancelar
Salvar