RosettaCodeData/Makefile

10 lines
95 B
Makefile
Raw Normal View History

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