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