> 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
 21:47:08  up  22:03,  2 users,  load average: 0.41, 0.65, 0.77
This commit is contained in:
tracer-ysyx 2024-01-12 21:47:08 +08:00 committed by xinyangli
parent 34e53c9d92
commit 47109ce3f2
4 changed files with 1 additions and 4880 deletions

File diff suppressed because it is too large Load diff

View file

@ -48,7 +48,7 @@ $(OBJ_DIR)/%.tag.c: %.y
$(OBJ_DIR)/%.yy.c: %.l $(OBJ_DIR)/%.tag.c
@echo + LEX $<
@mkdir -p $(dir $@)
@$(LEX) $(LFLAGS) -o $@ $<
@$(LEX) $(LFLAGS) --header=$(<:.l=_lex.h) -o $@ $<
$(OBJ_DIR)/%.tag.o: $(OBJ_DIR)/%.tag.c
@echo + CC $<