Update Makefile re rule

This commit is contained in:
Satu Koskinen 2022-10-03 19:32:32 +03:00
parent 06e8e063a8
commit 1abe90458a

View File

@ -11,7 +11,6 @@ clean:
fclean: clean fclean: clean
rm -rf recordings rm -rf recordings
re: fclean re: fclean all
cargo build --release
.PHONY: all clean fclean re test .PHONY: all clean fclean re test