Start work on build infrastructure.
This commit is contained in:
parent
ed3c8fef63
commit
db18163193
2 changed files with 15 additions and 0 deletions
13
Makefile
Normal file
13
Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
.PHONY: all
|
||||
all: testing.so testing.import.scm
|
||||
|
||||
%.so: %.scm
|
||||
csc -s $<
|
||||
|
||||
%.import.scm: %.scm
|
||||
csc -J $<
|
||||
|
||||
testing.o: testing.scm
|
||||
testing.import.scm: testing.scm
|
Loading…
Add table
Add a link
Reference in a new issue