diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2020-09-03 07:25:14 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 07:25:14 +0530 |
| commit | 587beb9d7c6c83cfe398ce5df1beaa530845a19e (patch) | |
| tree | 49bf3166b74a825a401c4795d7cc3d1493e564ba /examples/toneMelody/Makefile | |
| parent | e6881e2a43f02e0abf22bf28abc46b3c2e406d84 (diff) | |
| parent | ce088e097de11e48e4ad43e0d7f436ae6717dbbf (diff) | |
Merge pull request #630 from osamuaoki/ARDMK_DIR
Let's make examples platform neutral
Diffstat (limited to 'examples/toneMelody/Makefile')
| -rw-r--r-- | examples/toneMelody/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/toneMelody/Makefile b/examples/toneMelody/Makefile index 3dea6c0..5db75de 100644 --- a/examples/toneMelody/Makefile +++ b/examples/toneMelody/Makefile @@ -1,4 +1,4 @@ BOARD_TAG = uno ARDUINO_LIBS = -include ../../Arduino.mk +include $(ARDMK_DIR)/Arduino.mk |
