📝 testing
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -Wextra -pedantic -std=gnu99 -g
|
||||
LDFLAGS=-lm
|
||||
PROGRAMS=random_ids id_query_naive coord_query_naive
|
||||
PROGRAMS=random_ids id_query_naive id_query_indexed id_query_binsort coord_query_naive coord_query_kdtree
|
||||
TESTS=..
|
||||
|
||||
.PHONY: all test clean ../src.zip
|
||||
|
Reference in New Issue
Block a user