Changed static compilation

This commit is contained in:
Justin Ethier 2015-03-30 22:19:24 -04:00
parent b196f4b7fe
commit ccd975345a

View file

@ -27,7 +27,7 @@ libcyclone.a: runtime.c runtime.h
# debug compilation using static lib # debug compilation using static lib
.PHONY: debug .PHONY: debug
debug: debug:
gcc -static test.c -L. -lcyclone -I. -g -o test gcc test.c -L. -lcyclone -I. -g -o test
.PHONY: debug2 .PHONY: debug2
debug2: libcyclone.so.1 debug2: libcyclone.so.1
gcc test.c -L. -lcyclone -I. -g -o test gcc test.c -L. -lcyclone -I. -g -o test