finish ft_atoi_base

This commit is contained in:
2025-04-02 02:39:26 +02:00
parent d341aa9341
commit 1c04a0be59
3 changed files with 183 additions and 14 deletions

View File

@ -28,6 +28,7 @@ libasm_bonus.a : $(OBJS_DIR) $(OBJS) $(OBJS_BONUS)
test: test.c libasm_bonus.a
clang -z noexecstack test.c -L. -lasm_bonus -o test -g
./test || echo -e "\033[31m tests exited with an error code"
$(NAME): $(OBJS_DIR) $(OBJS)
ar rcs $@ $(OBJS)