> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 03:15:33  up 1 day  3:31,  2 users,  load average: 0.44, 0.48, 0.55
This commit is contained in:
tracer-ysyx 2024-01-13 03:15:33 +08:00 committed by xinyangli
parent 07cfd138c6
commit bddf345f41

View file

@ -1,6 +1,7 @@
TEST_SRCS += tests/expr_test.c
$(OBJ_DIR)/%: %.c $(TEST_OBJS) app
@mkdir -p $(dir $@)
@echo + CC $<
@$(CC) $(CFLAGS) -o $@.o -c $<
@echo + LD $@