add bubble sort and timer to makefile
This commit is contained in:
parent
5b77033905
commit
498cd1d143
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/sort.c src/random.c
|
SRC=src/sort.c src/random.c src/bubble_sort.c src/timer.c
|
||||||
OBJ=$(SRC:.c=.o)
|
OBJ=$(SRC:.c=.o)
|
||||||
|
|
||||||
all: sort informe
|
all: sort informe
|
||||||
|
Loading…
Reference in New Issue
Block a user