」 feat(strdup): yayy :D

This commit is contained in:
y-syo
2026-01-06 11:24:05 +01:00
parent 388aebd819
commit 16b3a15963
3 changed files with 36 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ re: fclean
$(MAKE) -s all
test: $(OBJ)
rm -f out
$(t_CC) $(OBJ) $(t_SRC) $(t_CFLAGS) -o $(t_NAME)
.PHONY: clean fclean all re