RosettaCodeData/Makefile
2023-06-30 11:21:59 -04:00

12 lines
131 B
Makefile

SHELL := bash
default:
build:
time rosettacode sync
force: clean
$(RM) -r Lang/ Task/
clean:
$(RM) -r Meta/ rosettacode.log