1
0
Fork 0
src/Wip/nutshell/Makefile

3 lines
92 B
Makefile
Raw Normal View History

2023-12-13 03:59:09 +00:00
nutshell: nutshell.c nutshell.h nutshell_builtins.c
$(CC) $(CFLAGS) -o nutshell nutshell.c