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
rm -rf recordings
re: fclean
cargo build --release
re: fclean all
.PHONY: all clean fclean re test