This commit is contained in:
unknown 2019-03-08 20:32:01 +01:00
parent 9dc60c1312
commit 905307eb1a

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
all: myshell.c
gcc -g -Wall -o myshell myshell.c
clean:
$(RM) myshell