> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux
 18:52:52  up   3:10,  2 users,  load average: 0.35, 0.49, 0.42
This commit is contained in:
tracer-ysyx 2024-03-03 18:52:52 +08:00 committed by xinyangli
parent 33acaf4f65
commit a4d61ab418
3 changed files with 82 additions and 1 deletions

View file

@ -32,6 +32,7 @@ $(obj)/parser.tab.c $(obj)/parser.tab.h: parser.y
@bison -v $< --defines=$(obj)/parser.tab.h -o $(obj)/parser.tab.c
conf:
@ldconfig -v
@$(MAKE) -s
mconf: