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