Skip to content

Commit

Permalink
Merge pull request #57 from UniversityRadioYork/cant-even-versions
Browse files Browse the repository at this point in the history
lol
  • Loading branch information
LordAro committed Nov 15, 2014
2 parents cf6ca6d + 77d7326 commit 595f871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ OWN_CHEADERS = $(foreach dir,$(OWN_SRC_SUBDIRS),$(wildcard $(dir)/*.h))
TO_FORMAT = $(OWN_SOURCES) $(OWN_CSOURCES) $(OWN_HEADERS) $(OWN_CHEADERS)

# Version stuff
CFLAGS += -D PD_VERSION=\"$(shell git describe --tags --always)\"
CXXFLAGS += -D PD_VERSION=\"$(shell git describe --tags --always)\"

# Now set up the flags needed for playd.
CFLAGS += -c $(WARNS) $(PKG_CFLAGS) -g -std=$(C_STD)
Expand Down

0 comments on commit 595f871

Please sign in to comment.