mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Makefile: Use “--dirty” for git describe.
This commit is contained in:
parent
a879e425c4
commit
b841310de8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -26,7 +26,7 @@
|
|||
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
VERSION=$(shell git describe 2>/dev/null || cat VERSION)
|
||||
VERSION=$(shell git describe --dirty 2>/dev/null || cat VERSION)
|
||||
WADS=wads
|
||||
CPP=scripts/simplecpp
|
||||
DEUTEX=deutex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue