From c7555eb16876aa8ff9fe7f648d325a1b8fb54d23 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 22 Apr 2009 15:48:28 -0700 Subject: [PATCH] Use sdcc from path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2