pa1.2: fix include and word type

This commit is contained in:
xinyangli 2024-01-13 11:42:35 +08:00
parent ebece52aec
commit 4aa536e1ef
No known key found for this signature in database
2 changed files with 10 additions and 4 deletions

View file

@ -1,4 +1,5 @@
TEST_SRCS += tests/expr_test.c
YACC = bison
$(OBJ_DIR)/%: %.c $(TEST_OBJS) app
@mkdir -p $(dir $@)