diff --git a/Makefile b/Makefile index c332903..1608c59 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ $(NAME): stack build --copy-bins . --local-bin-path . mv glados-exe $(NAME) +run_tests: + stack test + clean: stack clean @@ -20,4 +23,4 @@ fclean: stack clean rm -f $(NAME) -re: fclean all \ No newline at end of file +re: fclean all