Start Task 2
This commit is contained in:
parent
8a7aac7c23
commit
de8589e39c
83 changed files with 1474 additions and 175 deletions
|
@ -1,7 +1,7 @@
|
|||
FLAGS = -fstack-protector-all -W -Wall -Wextra -Wunused -Wcast-align -Werror -pedantic -pedantic-errors -Wfloat-equal -Wpointer-arith -Wformat-security -Wmissing-format-attribute -Wformat=1 -Wwrite-strings -Wcast-align -Wno-long-long -std=gnu99 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wdeclaration-after-statement -Wbad-function-cast -Wnested-externs -O3
|
||||
|
||||
a06.exe: main.o array.o solve.o sort.o
|
||||
gcc main.o solve.o array.o sort.o -o a06.exe -lssp
|
||||
a06.out: main.o array.o solve.o sort.o
|
||||
gcc main.o solve.o array.o sort.o -o a06.out
|
||||
|
||||
main.o: main.c
|
||||
gcc $(CFLAGS) -c main.c
|
||||
|
@ -16,4 +16,4 @@ sort.o: sort.c
|
|||
gcc $(CFLAGS) -c sort.c
|
||||
|
||||
clean:
|
||||
del *.o *.exe
|
||||
rm *.o *.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue