8 lines
68 B
Makefile
8 lines
68 B
Makefile
|
|
all:
|
|
@echo "oke"
|
|
|
|
clean:
|
|
rm -f *.rkt~
|
|
(cd private;rm -f *.rkt~)
|