diff --git a/src/raspberrypi/Makefile b/src/raspberrypi/Makefile index a1df8e7..bee1788 100644 --- a/src/raspberrypi/Makefile +++ b/src/raspberrypi/Makefile @@ -125,7 +125,7 @@ $(SCSIMON): $(OBJ_SCSIMON) $(BINDIR) $(CXX) $(CXXFLAGS) -o $@ $(OBJ_SCSIMON) -lpthread clean: - rm -f $(OBJDIR) $(BINDIR) + rm -rf $(OBJDIR) $(BINDIR) run: sudo ./$(RASCSI) -ID1 /home/pi/HARDDISK2.hda -ID6 /home/pi/marathon.iso diff --git a/src/raspberrypi/disk.h b/src/raspberrypi/disk.h index 7383028..f31c9ff 100644 --- a/src/raspberrypi/disk.h +++ b/src/raspberrypi/disk.h @@ -17,6 +17,7 @@ #pragma once +#include "xm6.h" #include "log.h" #include "scsi.h" #include "filepath.h"