From: ametama Date: Mon, 19 Jan 2026 11:33:37 +0000 (+0100) Subject: build: make clear fix X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=70f353c93960cef5bab87c4216d47bb82c302fd1;p=cgo.git build: make clear fix --- diff --git a/Makefile b/Makefile index d011338..dfe18b5 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,6 @@ executable: $(wildcard src/*.c) gcc $(shell cat compile_flags.txt) -o cgo $(shell ls src/*.c) clear: - rm lib/libcgo.a + rm -f compile_flags.txt + rm -f libcgo.a + rm -f cgo