sandbox: delete orphaned test files

This commit is contained in:
2023-02-03 20:53:48 +00:00
parent 247bb2b530
commit 6eb9c5ad6c
7 changed files with 1 additions and 643 deletions

View File

@@ -75,13 +75,10 @@ $(BUILD_DIR)/compile_commands.json:
@./tools/make/generate_compile_commands.py
sandbox:
@$(MAKE) -C sandbox
compile-db: $(BUILD_DIR)/compile_commands.json
include arch/$(ARCH)/extra.mk
.PHONY: all compile-db sandbox
.PHONY: all compile-db
.INTERMEDIATE: $(ARCH_TEMP_FILES)