MSUStudentWork/Sorting/9Ex/makefile

4 lines
No EOL
77 B
Makefile

all:
gcc -c main.c seagwithsob.c
gcc main.o seagwithsob.o && del *.o
a.exe