From 8fc01b81e0f95c8ea187d179b6f6a6b9afc4e79e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 25 Apr 2021 14:51:00 -0400 Subject: Break code up into modules. --- run-game | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-game') diff --git a/run-game b/run-game index 0fb9b15..b4d451c 100755 --- a/run-game +++ b/run-game @@ -1,3 +1,3 @@ #!/bin/sh -DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (game)) (launch-game)' +DEV_MODE=1 ./pre-inst-env guile -c '(use-modules (test-subject game)) (launch-game)' -- cgit v1.2.3