Explorar el Código

Add run target to Makefile

Dan ELKOUBY hace 11 años
padre
commit
319a391c42
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -53,3 +53,6 @@ clean:
 	rm -f *.h *.o *.elf $(DISTDIR)/*.gdb $(DISTDIR)/$(EXE) $(OBJS)
 	$(MAKE) -C art/ clean
 
+run: all
+	nspire-emu-send $(DISTDIR)/$(EXE)
+