소스 검색

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)
+