Skip to content

Commit

Permalink
Add dep on a86, not just for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Oct 17, 2024
1 parent dab8841 commit cfec469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion info.rkt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#lang info
(define version "1.0")
(define collection 'multi)
(define deps (list "base" "rackunit" "redex-lib"))
(define deps (list "base" "rackunit" "redex-lib"
"https://github.com/cmsc430/a86.git?path=#main"))
(define build-deps
(list "https://github.com/cmsc430/a86.git?path=#main"))

Expand Down

0 comments on commit cfec469

Please sign in to comment.