🔨」 fix(test/main.c): improving the tests readability

This commit is contained in:
y-syo
2026-01-06 12:06:26 +01:00
parent 16b3a15963
commit 3137cde790
2 changed files with 41 additions and 30 deletions

View File

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