Procházet zdrojové kódy

- '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 před 18 roky
rodič
revize
025a1b5120
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)), /)