Enable all compiler warnings Use defaults compiler and linker - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 27321d7d6a66be5fd4f18a8acc515387e5bb1564
(DIR) parent 52f1c9d1f1e4e2748ab80436e668238d41918077
(HTM) Author: killruana <killruana@gmail.com>
Date: Sat, 11 Nov 2017 13:28:08 +0100
Enable all compiler warnings
Use defaults compiler and linker
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -17,8 +17,8 @@ standalone: clic.lisp extension make-binary.lisp
${MAKE} -e LISP=sbcl
extension: extension.c
- cc -fPIC -c extension.c
- ld -shared -o extension.so extension.o
+ ${CC} -Wall -fPIC -c extension.c
+ ${LD} -shared -o extension.so extension.o
install: ${BIN}
@echo installing executable to "${DESTDIR}${PREFIX}/bin"