RosettaCodeData/Makefile
2023-07-01 13:43:56 -04:00

9 lines
95 B
Makefile

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