فهرست منبع

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 $^