浏览代码

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