Initial framework commit
This commit is contained in:
commit
72d218235f
14 changed files with 2403 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
SHELL := bash
|
||||
|
||||
default:
|
||||
|
||||
build:
|
||||
time rosettacode sync
|
||||
|
||||
clean:
|
||||
$(RM) -r Meta/ rosettacode.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue