Suppress git error message.

This commit is contained in:
Steve 2016-08-18 08:33:40 +01:00
parent 5576ca54e4
commit 0b6bf1f718
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
VERSION = 1.01
REVISION = $(shell git rev-list HEAD | wc -l)
REVISION = $(shell git rev-list HEAD 2>/dev/null | wc -l)
LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))
SEARCHPATH += src/ src/battle src/challenges src/draw src/game src/galaxy src/json src/system src/test