summaryrefslogtreecommitdiffstats
path: root/ue5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ue5/Makefile')
-rw-r--r--ue5/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ue5/Makefile b/ue5/Makefile
index 2c98aaa..53fd8f5 100644
--- a/ue5/Makefile
+++ b/ue5/Makefile
@@ -30,6 +30,9 @@ debug:
30clean: 30clean:
31 rm -f $(OBJS) $(BIN) 31 rm -f $(OBJS) $(BIN)
32 32
33run test: all
34 @./test/test.sh
35
33.PHONY: clean 36.PHONY: clean
34 37
35# vim600: noet sw=8 ts=8 38# vim600: noet sw=8 ts=8