build: make clear fix
authorametama <ametama@wafflesoft.org>
Mon, 19 Jan 2026 11:33:37 +0000 (12:33 +0100)
committerametama <ametama@wafflesoft.org>
Mon, 19 Jan 2026 11:33:37 +0000 (12:33 +0100)
Makefile

index d0113385d483fb9d1979e91d689f9a4218fe51b3..dfe18b5e15b97b7ecb50fbd711f7e7a6ae2afb8a 100644 (file)
--- 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