Explorar el Código

Send executable to hardware for debugging

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

+ 1 - 1
Makefile

@@ -42,5 +42,5 @@ clean:
 	@$(MAKE) -C art/ clean
 
 run: all
-	nspire-emu-send $(DISTDIR)/$(EXE)
+	tilp -ns $(DISTDIR)/$(EXE) > /dev/null