mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
Fixed example/Makefile.
This commit is contained in:
parent
9a2389cd15
commit
1620410372
@ -3,7 +3,7 @@ CXX := c++
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef CXXFLAGS
|
ifndef CXXFLAGS
|
||||||
CXXFLAGS := -std=c++11 -Wall -I .. -o
|
CXXFLAGS := -std=c++11 -Wall -I .. -I../extra -o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SOURCES := $(wildcard *.cc)
|
SOURCES := $(wildcard *.cc)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user