diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-22 15:48:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-22 15:48:28 -0700 |
commit | c7555eb16876aa8ff9fe7f648d325a1b8fb54d23 (patch) | |
tree | dc8c6419bb5d4758d0186049f34a921ee874b9d4 | |
parent | ada6dea04b94be016598566c4c13e6105aaec353 (diff) |
Use sdcc from path
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # AltOS build # # -CC=/usr/bin/sdcc +CC=sdcc CFLAGS=--model-small --debug --opt-code-speed |