Update Makefile (T-T)
This commit is contained in:
parent
0129b235da
commit
96fe2f4385
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ $(OUTPUT): $(SRC)
|
|||||||
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
||||||
|
|
||||||
nomime: $(SRC)
|
nomime: $(SRC)
|
||||||
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT) -D NO_MIME
|
$(CXX) $(SRC) -o $(OUTPUT) -D NO_MIME
|
||||||
|
|
||||||
check: $(OUTPUT)
|
check: $(OUTPUT)
|
||||||
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user