We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfed6cb commit ce9aa3bCopy full SHA for ce9aa3b
2 files changed
ziggy/info.rkt
@@ -2,6 +2,7 @@
2
(define version "1.0")
3
(define collection 'use-pkg-name)
4
(define compile-omit-paths (list "src"))
5
-(define deps (list "base" "rackunit" "redex-lib"
+(define test-omit-paths (list "src/test"))
6
+(define deps (list "base" "rackunit"
7
"git+https://github.com/dvanhorn/crook.git?path=#main"))
8
ziggy/src/Makefile
@@ -0,0 +1,2 @@
1
+runtime.o:
+ touch runtime.o # this is a dummy runtime for Ziggy
0 commit comments