Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
salmg authored Aug 30, 2016
1 parent f669820 commit 9d6d8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
MCU=attiny85
AVRDUDEMCU=t85
CC=/usr/bin/avr-gcc
CFLAGS=-g -Os -Wall -mcall-prologues -mmcu=$(MCU)
CFLAGS=-g -Os -Wall -w -mcall-prologues -mmcu=$(MCU)
OBJ2HEX=/usr/bin/avr-objcopy
AVRDUDE=/usr/local/bin/avrdude
TARGET=blinky
TARGET=MagSpoofPI
GPIOJAM=4
all :
$(CC) $(CFLAGS) $(TARGET).c -o $(TARGET)
Expand Down

0 comments on commit 9d6d8a7

Please sign in to comment.