about summary refs log tree commit diff stats
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 95a146b..b6ee873 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,4 +1,5 @@
 include ../config.mk
+BUILD_DIR = $(BUILD_DIR_TESTS)
 INCLUDES = -I../include
 
 SRC = $(shell find -type f -name '*.c')
@@ -7,7 +8,7 @@ BIN = $(SRC:%.c=%)
 LDLIBS := -l:libumumble.a $(LDLIBS)
 LDFLAGS += -L..
 
-.PHONY: all
+.PHONY: all clean
 
 all: $(BIN)