Sfoglia il codice sorgente

Add run target to Makefile

Dan ELKOUBY 11 anni fa
parent
commit
319a391c42
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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)
+