diff options
-rw-r--r-- | gtkffi.tl (renamed from demostuff.tl) | 0 | ||||
-rwxr-xr-x | run.tl | 2 |
2 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ (defun load-demo () (with-compilation-unit - (comp-load "demostuff") + (comp-load "gtkffi") (comp-load "menu") (each ((i (range 1 9))) (comp-load `demo@i`)))) |