X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile;h=af110879e822c55b982ff20993df71e9997ac63d;hp=61bec8b2a6fde5952e8269b12a4ceb5514b17f6e;hb=8438c3c78159bd3986560e30bfe97b7bb91f8cc4;hpb=5b9f1b9e4aa51af5712cf1d90552ace57d9f486b diff --git a/Makefile b/Makefile index 61bec8b2..af110879 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # default stuff goes here, so that config can override TARGET = pcsx CFLAGS += -Wall -ggdb -Ifrontend -ffast-math -LDLIBS += -lpthread -lm +LDLIBS += -lpthread ifndef DEBUG CFLAGS += -O2 -DNDEBUG endif @@ -215,7 +215,7 @@ endif # ----------- release ----------- -VER ?= $(shell git describe master) +VER ?= $(shell git describe HEAD) ifeq "$(PLATFORM)" "generic" OUT = pcsx_rearmed_$(VER)