mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 16:27:35 +02:00
Changed static compilation
This commit is contained in:
parent
b196f4b7fe
commit
ccd975345a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue