Преглед изворни кода

Send executable to hardware for debugging

Dan ELKOUBY пре 11 година
родитељ
комит
bc417d6421
1 измењених фајлова са 1 додато и 1 уклоњено
  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