1
0

technically, it builds

This commit is contained in:
dtb
2023-12-12 20:59:09 -07:00
parent 09a04a2e88
commit c40c3079dd
3 changed files with 17 additions and 17 deletions

2
wip/nutshell/Makefile Normal file
View File

@@ -0,0 +1,2 @@
nutshell: nutshell.c nutshell.h nutshell_builtins.c
$(CC) $(CFLAGS) -o nutshell nutshell.c