What would a little C Joy look like?
Let's use GMP for ints and Boehm GC.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
COPTS=-I/usr/local/include
|
||||
|
||||
joy: joy.c
|
||||
cc $(COPTS) joy.c -o joy
|
||||
|
||||
Reference in New Issue
Block a user