5 lines
95 B
Makefile
5 lines
95 B
Makefile
microshell: microshell.c
|
|
gcc -Wall -ansi -o microshell microshell.c
|
|
clean:
|
|
rm microshell
|