aboutsummaryrefslogtreecommitdiff
path: root/src/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.sh')
-rw-r--r--src/env.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/env.sh b/src/env.sh
new file mode 100644
index 0000000..0d1e50e
--- /dev/null
+++ b/src/env.sh
@@ -0,0 +1,10 @@
+# source this file to set up your environment for a snapshot of cc65
+# installed in a nonstandard place.
+
+CC65_PREFIX=/home/urchlay/cc65_snap
+
+PATH=$CC65_PREFIX/bin:$PATH
+CC65_INC=$CC65_PREFIX/lib/cc65/include
+CC65_LIB=$CC65_PREFIX/lib/cc65/lib
+
+export PATH CC65_INC CC65_LIB