From b26ab711ec9c8da79575a26ace75f73109d3afb7 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sun, 18 Oct 2015 16:42:17 -0600 Subject: Removed the need to specify header file paths. Makes it easier to put all the files into one dir for building outside the repository. --- bin/build-25.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-25.sh') diff --git a/bin/build-25.sh b/bin/build-25.sh index 9a3de00..618b94a 100755 --- a/bin/build-25.sh +++ b/bin/build-25.sh @@ -8,7 +8,7 @@ export ATTINY=25 export MCU=attiny$ATTINY export CC=avr-gcc export OBJCOPY=avr-objcopy -export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY" +export CFLAGS="-Wall -g -Os -mmcu=$MCU -c -std=gnu99 -DATTINY=$ATTINY -I.." export OFLAGS="-Wall -g -Os -mmcu=$MCU" export LDFLAGS= export OBJCOPYFLAGS='--set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O ihex' -- cgit v1.2.3