Skip to content
Snippets Groups Projects
Commit 6154c442 authored by Steven Palmer's avatar Steven Palmer
Browse files

Makefile fix

parent 6a5c3f86
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ program_INCLUDE_DIRS :=
program_LIBRARY_DIRS :=
program_LIBRARIES :=
CPPFLAGS += -std=c++11
CPPFLAGS += $(foreach includedir,$(program_INCLUDE_DIRS),-I$(includedir))
LDFLAGS += $(foreach librarydir,$(program_LIBRARY_DIRS),-L$(librarydir))
LDFLAGS += $(foreach library,$(program_LIBRARIES),-l$(library))
......
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