Pliki_SOP/Microshell/Makefile

5 lines
95 B
Makefile
Raw Normal View History

2019-01-10 12:56:56 +01:00
microshell: microshell.c
gcc -Wall -ansi -o microshell microshell.c
clean:
rm microshell