> 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:
parent
34e53c9d92
commit
47109ce3f2
4 changed files with 1 additions and 4880 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1769
nemu/lex.yy.c
1769
nemu/lex.yy.c
File diff suppressed because it is too large
Load diff
|
@ -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 $<
|
||||
|
|
Loading…
Reference in a new issue