Browse Source

Send executable to hardware for debugging

Dan ELKOUBY 11 years ago
parent
commit
bc417d6421
1 changed files with 1 additions and 1 deletions
  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