mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
fixes and imprvts
This commit is contained in:
@@ -17,7 +17,7 @@ OUTLIB_DEBUG = libc11log-debug.a
|
||||
TEST_RELEASE = testme
|
||||
TEST_DEBUG = testme-debug
|
||||
|
||||
.PHONY: all mkdirs release debug build clean
|
||||
.PHONY: all mkdirs release debug build clean rebuild
|
||||
|
||||
all: release
|
||||
|
||||
@@ -49,4 +49,6 @@ debug/%.o: $(SRC_DIR)/%.cpp
|
||||
clean:
|
||||
rm -rf release debug daily.* $(TEST_RELEASE) $(TEST_DEBUG) $(OUTLIB_RELEASE) $(OUTLIB_DEBUG)
|
||||
|
||||
rebuild: clean all
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user