Added makefile.rkt
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
(define CFLAGS '(-Wall -O2))
|
||||
|
||||
(default-target all)
|
||||
(phony all clean)
|
||||
(phony all clean setup test)
|
||||
|
||||
(target all
|
||||
(deps "hello"))
|
||||
@@ -28,3 +28,10 @@
|
||||
(rm-f "hello")
|
||||
(rm-rf "compiled")
|
||||
(cleanup "scrbl" '("**.html" "**.js" "**.css")))
|
||||
|
||||
|
||||
(target setup
|
||||
(raco '(setup racket-makefile)))
|
||||
|
||||
(target test
|
||||
(raco '(test -p racket-makefile)))
|
||||
|
||||
Reference in New Issue
Block a user