浏览代码

- 'make clean' now removes the svnversion.h file in src/common/ since otherwise it is pretty much never updated.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11020 54d463be-8e91-2dee-dedb-b68131a5f0ec
skotlex 18 年之前
父节点
当前提交
025a1b5120
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/Makefile

+ 1 - 1
src/common/Makefile

@@ -18,7 +18,7 @@ obj/mini%.o: %.c
 
 clean:
 	rm -rf *.o obj GNUmakefile
-
+	rm -rf svnversion.h
 HAVESVN = $(shell which svnversion)
 
 ifeq ($(findstring /,$(HAVESVN)), /)