mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Added complex example (not working yet)
This commit is contained in:
parent
51c15a3104
commit
f737681ddf
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
all: limited-scm-call-from-c sample-app2
|
||||
all: limited-scm-call-from-c complex-scm-call
|
||||
|
||||
sys.o: sys.c
|
||||
cc -g -c sys.c
|
||||
|
@ -6,9 +6,9 @@ sys.o: sys.c
|
|||
limited-scm-call-from-c: limited-scm-call-from-c.scm sys.o
|
||||
cyclone -CLNK sys.o limited-scm-call-from-c.scm
|
||||
|
||||
sample-app2: sample-app2.scm sys.o
|
||||
cyclone -CLNK sys.o sample-app2.scm
|
||||
complex-scm-call: complex-scm-call.scm sys.o
|
||||
cyclone -CLNK sys.o complex-scm-call.scm
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f *.o limited-scm-call-from-c.c limited-scm-call-from-c sample-app2.c sample-app2
|
||||
rm -f *.o limited-scm-call-from-c.c limited-scm-call-from-c complex-scm-call.c complex-scm-call
|
||||
|
|
Loading…
Add table
Reference in a new issue