RosettaCodeData/Makefile

13 lines
131 B
Makefile
Raw Permalink Normal View History

2023-06-28 13:59:20 -04:00
SHELL := bash
default:
build:
time rosettacode sync
force: clean
$(RM) -r Lang/ Task/
clean:
$(RM) -r Meta/ rosettacode.log