瀏覽代碼

Make clean removes all object files

master
Bert Münnich 7 年之前
父節點
當前提交
79bcc2ba4a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      Makefile

+ 2
- 2
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"


Loading…
取消
儲存