Start work on build infrastructure.

This commit is contained in:
Dominik Pantůček 2023-03-14 11:55:02 +01:00
parent ed3c8fef63
commit db18163193
2 changed files with 15 additions and 0 deletions

13
Makefile Normal file
View 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