4 lines
No EOL
77 B
Makefile
4 lines
No EOL
77 B
Makefile
all:
|
|
gcc -c main.c seagwithsob.c
|
|
gcc main.o seagwithsob.o && del *.o
|
|
a.exe
|