diff --git a/libs/libks/Makefile b/libs/libks/Makefile index 84a089a83b..f5aa325965 100644 --- a/libs/libks/Makefile +++ b/libs/libks/Makefile @@ -31,4 +31,4 @@ clean: test-clean test/testpools: $(MYLIB) test/testpools.c $(CC) $(CXFLAGS) test/testpools.c -Isrc/include/ libks.a -o test/testpools -test: test/testpools +test-all: test/testpools diff --git a/libs/libks/test/testpools b/libs/libks/test/testpools deleted file mode 100755 index 7b08d632e5..0000000000 Binary files a/libs/libks/test/testpools and /dev/null differ