9 lines
95 B
Makefile
9 lines
95 B
Makefile
SHELL := bash
|
|
|
|
default:
|
|
|
|
build:
|
|
time rosettacode sync
|
|
|
|
clean:
|
|
$(RM) -r Meta/ rosettacode.log
|