Skip to content

Commit f6ad7a8

Browse files
author
Pete Lewis
committed
Make clean was seeing a "RM" linux command, so with this I'm trying to set OS to windows. not working though
1 parent 147941f commit f6ad7a8

File tree

1 file changed

+2
-2
lines changed
  • sparkfun/avr/bootloaders/optiboot

1 file changed

+2
-2
lines changed

sparkfun/avr/bootloaders/optiboot/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ PROGRAM = optiboot
2424
# Arduino user IDE setup, or the Arduino source tree.
2525
# Uncomment this next lines to build within the arduino environment,
2626
# using the arduino-included avrgcc toolset (mac and pc)
27-
# ENV ?= arduino
27+
ENV ?= arduino
2828
# ENV ?= arduinodev
2929
# OS ?= macosx
30-
# OS ?= windows
30+
OS ?= windows
3131

3232

3333
# enter the parameters for the avrdude isp tool

0 commit comments

Comments
 (0)