Added docker-compose file

This commit is contained in:
Nate Choe
2022-04-11 01:56:49 -05:00
parent 8914e57eec
commit 0a177b6d91
19 changed files with 34 additions and 27 deletions

2
site/Makefile Normal file
View File

@@ -0,0 +1,2 @@
library.so: library.c
$(CC) $< -o $@ -shared -I../src/