3 lines
92 B
Makefile
3 lines
92 B
Makefile
nutshell: nutshell.c nutshell.h nutshell_builtins.c
|
|
$(CC) $(CFLAGS) -o nutshell nutshell.c
|