Browse Source

- '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 năm trước cách đây
mục cha
commit
025a1b5120
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)), /)