Initial commit
This commit is contained in:
commit
ad39827784
6 changed files with 2259 additions and 0 deletions
12
Makefile
Normal file
12
Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
SHELL := bash
|
||||
|
||||
default:
|
||||
|
||||
build:
|
||||
time rosettacode sync
|
||||
|
||||
force: clean
|
||||
$(RM) -r Lang/ Task/
|
||||
|
||||
clean:
|
||||
$(RM) -r Meta/ rosettacode.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue