Delete makefile so participants won't use it
This commit is contained in:
parent
22d02dee88
commit
d63fc4055a
3 changed files with 0 additions and 29 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "Arduino-Makefile"]
|
||||
path = arduino-makefile
|
||||
url = https://github.com/sudar/Arduino-Makefile
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6f786a96b0acfb0c9b2d2f4e39911d2803088729
|
25
makefile
25
makefile
|
@ -1,25 +0,0 @@
|
|||
ARCHITECTURE = avr
|
||||
BOARD_TAG = nano
|
||||
BOARD_SUB = atmega328old
|
||||
ARDUINO_LIBS = arduino-mcp2515
|
||||
|
||||
ARDUINO_DEV ?= /dev/ttyUSB0
|
||||
|
||||
ARDUINO_VERSION ?= 1.5
|
||||
ifeq ($(origin ARDUINO_SKETCHBOOK), undefined)
|
||||
ARDUINO_SKETCHBOOK := $(shell sed -n 's/^sketchbook.path=//p' ~/.arduino$(subst .,,$(ARDUINO_VERSION))/preferences.txt)
|
||||
endif
|
||||
ifeq ($(origin BOARDS_TXT), undefined)
|
||||
BOARDS_TXT := $(shell locate '*/arduino/*/boards.txt') # ¯\_(ツ)_/¯
|
||||
endif
|
||||
|
||||
ifeq ($(wildcard /usr/share/arduino),)
|
||||
ARDUINO_DIR ?= /usr/lib/arduino
|
||||
else
|
||||
ARDUINO_DIR ?= /usr/share/arduino
|
||||
endif
|
||||
|
||||
ARDMK_DIR ?= ./arduino-makefile
|
||||
AVR_TOOLS_DIR ?= /usr
|
||||
|
||||
include $(ARDMK_DIR)/Arduino.mk
|
Loading…
Reference in a new issue