typos
This commit is contained in:
parent
760ece253b
commit
b8f5b5d0f1
3
Makefile
3
Makefile
|
@ -4,7 +4,8 @@
|
||||||
all: planet-link launcher
|
all: planet-link launcher
|
||||||
|
|
||||||
|
|
||||||
launcher: whalesong
|
launcher:
|
||||||
|
raco make -v --disable-inline whalesong.rkt
|
||||||
racket make-launcher.rkt
|
racket make-launcher.rkt
|
||||||
|
|
||||||
whalesong:
|
whalesong:
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
#lang s-exp "kernel.rkt"
|
#lang s-exp "kernel.rkt"
|
||||||
|
|
||||||
(require "base.rkt"
|
(require "base.rkt"
|
||||||
"traced-app.rkt")
|
"private/traced-app.rkt")
|
||||||
|
|
||||||
;; Programs written in Whalesong will have tracing enabled by default.
|
;; Programs written in Whalesong will have tracing enabled by default.
|
||||||
;; If you don't want this, write in whalesong/base instead.
|
;; If you don't want this, write in whalesong/base instead.
|
||||||
|
|
||||||
(provide (except-out (all-from-out "base.rkt")
|
(provide (except-out (all-from-out "base.rkt")
|
||||||
#%app)
|
;;#%app
|
||||||
(rename-out [traced-app #%app]))
|
)
|
||||||
|
;;(rename-out [traced-app #%app])
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user