Skip to content
Snippets Groups Projects
Commit c6e387bd authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix typo

parent 6ff95991
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ DEFINES += $(DEFINES_$(CONFIG)) INSTALL_PREFIX=\"$(prefix)\"
LDFLAGS += $(LDFLAGS_$(CONFIG))
 
ifdef EXTRA_DEFINES
DEFINES += EXTRA_DEFINES
DEFINES += $(EXTRA_DEFINES)
endif
 
CFLAGS += -std=c89 -pedantic
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment