7 lines
75 B
Makefile
7 lines
75 B
Makefile
all:
|
|
|
|
run:
|
|
raco make main.rkt && racket main.rkt
|
|
|
|
clean:
|
|
rm -rf compiled
|