diff --git a/.gitignore b/.gitignore index 39a4f9c..2f1c380 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # DrRacket autosave files *.rkt~ *.rkt.bak +*.bak \#*.rkt# \#*.rkt#*# @@ -15,3 +16,4 @@ compiled/ # Dependency tracking files *.dep +doc diff --git a/main.rkt b/main.rkt index f19d7b8..87fd2bf 100644 --- a/main.rkt +++ b/main.rkt @@ -6,7 +6,11 @@ syntax/parse linea/line-macro-prop)) -(provide (except-out (all-from-out racket-makefile) make/procedure) +(provide (except-out + (all-from-out racket-makefile) + raco + git + make/procedure) make) ;; In an ordinary Racket expression, `make` remains the first-class procedure