diff --git a/Makefile b/Makefile index d8e8fdd67..35f571ba3 100644 --- a/Makefile +++ b/Makefile @@ -522,6 +522,9 @@ distclean: clean test: $(ROM) $(EMULATOR) $(EMU_FLAGS) $< +test-pj64: $(ROM) + wine ~/Desktop/new64/Project64.exe $< + load: $(ROM) $(LOADER) $(LOADER_FLAGS) $<