projects
/
cgo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba79920
)
build: make clear fix
author
ametama
<ametama@wafflesoft.org>
Mon, 19 Jan 2026 11:33:37 +0000
(12:33 +0100)
committer
ametama
<ametama@wafflesoft.org>
Mon, 19 Jan 2026 11:33:37 +0000
(12:33 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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