more fixes ...

This commit is contained in:
Ronald G. Minnich 2002-04-24 14:40:25 +00:00
commit 2b50ca8fd5

View file

@ -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