This commit is contained in:
2026-02-16 20:51:46 +01:00
parent b99eafa0d2
commit 4d9eebee09
2 changed files with 12 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"