6 lines
85 B
Makefile
6 lines
85 B
Makefile
microshell: microshell.c
|
|
make:
|
|
gcc microshell.c -o microshell
|
|
clean:
|
|
rm microshell
|