myshell/Makefile
2018-07-09 22:03:45 +02:00

2 lines
43 B
Makefile
Executable File

myshell: main.c
gcc -o myshell main.c -I .