my_repo/microshell/makefile
2019-01-30 08:45:45 +01:00

6 lines
85 B
Makefile

microshell: microshell.c
make:
gcc microshell.c -o microshell
clean:
rm microshell