Added clean rule to the Makefile
This commit is contained in:
parent
4e9eb08d0c
commit
5916e89e41
3
Makefile
3
Makefile
@ -19,3 +19,6 @@ build: $(SOURCES_DIR)/main.cpp
|
|||||||
|
|
||||||
dev-build: $(SOURCES_DIR)/main.cpp
|
dev-build: $(SOURCES_DIR)/main.cpp
|
||||||
$(CXX) $(O_CFLAGS_DEBUG) $(I_CFLAGS) $(SOURCES_DIR)/main.cpp $(O_LDFLAGS_DEBUG) $(I_LDFLAGS) -o $(BUILD_DIR)/icfs
|
$(CXX) $(O_CFLAGS_DEBUG) $(I_CFLAGS) $(SOURCES_DIR)/main.cpp $(O_LDFLAGS_DEBUG) $(I_LDFLAGS) -o $(BUILD_DIR)/icfs
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm $(BUILD_DIR)/icfs
|
||||||
|
Loading…
Reference in New Issue
Block a user