add divide and conquer to makefile
This commit is contained in:
parent
905d78b6a5
commit
c200d74897
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-Wall -Isrc/include -DDEBUG -g
|
CFLAGS=-Wall -Isrc/include -DDEBUG -g
|
||||||
LDFLAGS=-lm
|
LDFLAGS=-lm
|
||||||
SRC=src/points.c src/timer.c src/read_file.c src/distance.c src/brute_force.c
|
SRC=src/points.c src/timer.c src/read_file.c src/distance.c src/brute_force.c src/divide_and_conquer.c
|
||||||
OBJ=$(SRC:.c=.o)
|
OBJ=$(SRC:.c=.o)
|
||||||
|
|
||||||
all: points informe
|
all: points informe
|
||||||
|
Loading…
Reference in New Issue
Block a user