Pliki_SOP/Microshell/Makefile

5 lines
95 B
Makefile

microshell: microshell.c
gcc -Wall -ansi -o microshell microshell.c
clean:
rm microshell