RosettaCodeData/Makefile

10 lines
90 B
Makefile
Raw Normal View History

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