> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.71 #1-NixOS SMP PREEMPT_DYNAMIC Fri Jan 5 14:18:41 UTC 2024 x86_64 GNU/Linux 22:17:14 up 2 days 11:12, 2 users, load average: 1.39, 0.69, 0.39
This commit is contained in:
parent
f5cdb499b8
commit
c995a80ce8
7 changed files with 815 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
TEST_SRCS += tests/expr_test.c
|
||||
YACC = bison
|
||||
|
||||
$(OBJ_DIR)/% %: %.c $(TEST_OBJS) app
|
||||
$(OBJ_DIR)/%: %.c $(TEST_OBJS) app
|
||||
@mkdir -p $(dir $@)
|
||||
@echo + CC $<
|
||||
@$(CC) $(CFLAGS) -o $@.o -c $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue