feat: colors

This commit is contained in:
airone01
2026-01-24 16:28:48 +01:00
parent 6e652d3b24
commit 88359c5262
2 changed files with 18 additions and 7 deletions

View File

@@ -32,6 +32,9 @@ fclean: clean
re: fclean
$(MAKE) all
test: all
./$(NAME)
-include $(SRC:.c=.d)
.PHONY: all clean fclean re