Zaktualizuj 'microshell/Makefile'
This commit is contained in:
parent
e325426320
commit
f0cea2dd1d
@ -0,0 +1,11 @@
|
|||||||
|
default: all
|
||||||
|
|
||||||
|
microshell.o: microshell.c
|
||||||
|
gcc -c microshell.c -o microshell.o
|
||||||
|
|
||||||
|
all: microshell.o
|
||||||
|
gcc microshell.o -o microshell
|
||||||
|
|
||||||
|
clean:
|
||||||
|
-rm -f microshell.o
|
||||||
|
-rm -f microshell
|
Loading…
Reference in New Issue
Block a user