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