From: Keith Packard Date: Wed, 22 Apr 2009 22:48:28 +0000 (-0700) Subject: Use sdcc from path X-Git-Tag: 0.1~39 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=c7555eb16876aa8ff9fe7f648d325a1b8fb54d23 Use sdcc from path --- diff --git a/Makefile b/Makefile index 09f9368b..b8059404 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # AltOS build # # -CC=/usr/bin/sdcc +CC=sdcc CFLAGS=--model-small --debug --opt-code-speed