fix hw3 some changes

This commit is contained in:
2025-10-13 16:46:01 +09:00
parent cdcf1a079b
commit e1762a9809
4 changed files with 232 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
BUILD_DIR := ./build
CC := gcc
CFLAGS := -Wall -g -std=c90
CFLAGS := -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-unused-variable -Wall -g -std=c90
LDFLAGS := -lm
LIB_DIR := ./lib/nr/ansi