This commit is contained in:
hexplor
2026-05-11 15:55:09 +02:00
parent 213293e530
commit b030981073
4 changed files with 18 additions and 1 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
.PHONY: all clean fclean re
.PHONY: all clean fclean re test
all: Colleen
@@ -15,3 +15,6 @@ fclean: clean
rm -f Colleen
re: fclean all
test:
./Colleen > tmp_Colleen ; diff tmp_Colleen Colleen.c