diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-30 13:11:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-30 13:11:26 +0100 |
| commit | c2f1a1d6e341d8dcd0b7ac5d5c2aa4d11c3a5c62 (patch) | |
| tree | 685d838c6b9ebbbf3fde7fb6ac91929ece5fa258 | |
| parent | 4b8a05585e19a714aba049a1e6e538e1a6fd60e1 (diff) | |
make: SystemLib: cleanup .lib not objects.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
| -rw-r--r-- | Public/Developer/SystemLib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Developer/SystemLib/Makefile b/Public/Developer/SystemLib/Makefile index 21b21ad9..f7a30572 100644 --- a/Public/Developer/SystemLib/Makefile +++ b/Public/Developer/SystemLib/Makefile @@ -20,4 +20,4 @@ build-core-amd64: .PHONY: clean clean: - rm -f $(wildcard *.o) + rm -f $(wildcard *.lib) |
