summary refs log tree commit diff stats
path: root/scramble.egg
diff options
context:
space:
mode:
authorCase Duckworth2024-05-28 22:42:37 -0500
committerCase Duckworth2024-05-28 22:42:37 -0500
commit37ec56fb141edbb1bab675e3d35f4ca36e5139f7 (patch)
treee8368209b72c3c869148a888c35f5955c7c1df2d /scramble.egg
parentInitial commit (diff)
downloadscramble-1.0.tar.gz
scramble-1.0.zip
Version 1 :) v1.0
Diffstat (limited to 'scramble.egg')
-rw-r--r--scramble.egg8
1 files changed, 8 insertions, 0 deletions
diff --git a/scramble.egg b/scramble.egg new file mode 100644 index 0000000..28df21b --- /dev/null +++ b/scramble.egg
@@ -0,0 +1,8 @@
1((author "Case Duckworth")
2 (synopsis "Convert an egg to a Makefile")
3 (dependencies (chicken "5.3.0") utf8 srfi-1)
4 ;; (test-dependencies test)
5 (component-options
6 (csc-options -X utf8))
7 (components
8 (program scramble)))