-
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,4 +6,6 @@ all:
|
||||
|
||||
clean:
|
||||
@find . -type f -name "*~" -exec rm -f {} \;
|
||||
@rm -f scribblings/*.css scribblings/*.html scribblings/*.js
|
||||
@DIRS=`find . -type d -name "compiled"`; echo $$DIRS; rm -rf $$DIRS
|
||||
@echo "Cleaned"
|
||||
|
||||
13
info.rkt
13
info.rkt
@@ -17,9 +17,16 @@
|
||||
)
|
||||
|
||||
(define deps
|
||||
'("racket/base" "http-easy" "gregor" "gui-lib" "html-printer-lib" "net-lib" "simple-ini" "gregor-utils"
|
||||
"racket/gui"
|
||||
))
|
||||
'("racket/base"
|
||||
"http-easy"
|
||||
"gregor"
|
||||
"gui-lib"
|
||||
"html-printer-lib"
|
||||
"net-lib"
|
||||
"simple-ini"
|
||||
"gregor-utils"
|
||||
)
|
||||
)
|
||||
|
||||
(define build-deps
|
||||
'("racket-doc"
|
||||
|
||||
Reference in New Issue
Block a user