Fix stubbed versions and debug messages

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2023-03-30 03:49:57 +02:00
parent 43259eb3cf
commit 039de0be99
3 changed files with 17 additions and 28 deletions

View File

@@ -152,7 +152,7 @@ $(BUILD_DIR)/%.o: %.s
clean:
$(info ===> CLEAN)
@rm -rf $(BUILD_DIR)
@rm -rf MDBench-$(IDENTIFIER)
@rm -rf $(TARGET)*
@rm -f tags
cleanall: