Преглед изворни кода

- '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)), /)