diff --git a/makefile b/makefile index 0baf14a..c214f96 100644 --- a/makefile +++ b/makefile @@ -83,6 +83,10 @@ run: $(OUTDIR)/connect4_$(UI_TARGET).elf run_%: $(OUTDIR)/connect4_%.elf ./$< +# Compile and run with a specific UI target +w64_run_%: $(OUTDIR)/connect4_%.exe + wine ./$< + # Show result of test test: $(TESTDIR)/test.diff