ソースを参照

Add run target to Makefile

Dan ELKOUBY 11 年 前
コミット
319a391c42
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  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)
+