aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75de828..aec6c0b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,7 @@ $(TARGET): $(OBJECTS)
clean:
-rm $(OBJECTS) $(TARGET)
-.PHONY: clean
+test: $(TARGET)
+ LD_LIBRARY_PATH=. ./test.py
+
+.PHONY: clean test