aboutsummaryrefslogtreecommitdiff
path: root/src/env.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-13 02:50:42 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-13 02:50:42 -0400
commit2973d0c78e9b8eed3c5af239927c6bd36af64604 (patch)
treea0fdfe7201303edd11c6d86015ef4f79796fcf0f /src/env.sh
downloadfujichat-2973d0c78e9b8eed3c5af239927c6bd36af64604.tar.gz
initial commit
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