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