more fixes ...
This commit is contained in:
parent
3fcf5b3070
commit
2b50ca8fd5
1 changed files with 6 additions and 0 deletions
|
|
@ -17,5 +17,11 @@ testbios: $(OBJECTS) $(LIBS)
|
|||
|
||||
helper_exec.o: helper_exec.c test.h
|
||||
|
||||
x86emu/src/x86emu/libx86emu.a:
|
||||
$(MAKE) -C x86emu/src/x86emu/ -f makefile.linux
|
||||
|
||||
clean:
|
||||
rm -f *.o *~ testbios
|
||||
|
||||
distclean: clean
|
||||
$(MAKE) -C x86emu/src/x86emu/ -f makefile.linux clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue