Update Makefile
This commit is contained in:
parent
f825bb01fb
commit
69323dfb3a
3
Makefile
3
Makefile
@ -16,6 +16,9 @@ SRC = main.cpp
|
|||||||
$(OUTPUT): $(SRC)
|
$(OUTPUT): $(SRC)
|
||||||
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
||||||
|
|
||||||
|
nomime: $(SRC)
|
||||||
|
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT) -D NO_MIME
|
||||||
|
|
||||||
check: $(OUTPUT)
|
check: $(OUTPUT)
|
||||||
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
$(CXX) $(SRC) $(CXXFLAGS) -o $(OUTPUT)
|
||||||
rm -f $(OUTPUT)
|
rm -f $(OUTPUT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user