瀏覽代碼

added make target "run" to compile & run gnuradio-companion flowchart

Fabian Peter Hammerle 3 年之前
父節點
當前提交
88280f6c09
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -1,2 +1,6 @@
 BOARD_TAG = uno
 include /usr/share/arduino/Arduino.mk
+
+# https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
+run: scope.grc
+	grcc --run $^