Skip to content

Commit

Permalink
An example makefile was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed May 12, 2020
1 parent df71d09 commit 56229b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.ibc
*.o
/build-*
12 changes: 12 additions & 0 deletions Makefile.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
ADRUINO_DIR=/usr/share/arduino
AVR_TOOLS_DIR=/usr
AVRDUDE_CONF=/etc/avrdude.conf
IDRIS_RTS_PATH=rts
ARDUINO_MAKEFILE_PATH=/usr/share/arduino/Arduino.mk

IDRIS_MAIN=Blink.idr

BOARD_TAG=mega
BOARD_SUB=atmega2560

include Idris.mk

0 comments on commit 56229b2

Please sign in to comment.