Skip to content

Instantly share code, notes, and snippets.

View mclements's full-sized avatar

mclements

  • Karolinska Institutet
  • Stockholm
View GitHub Profile
@mclements
mclements / Makefile
Last active August 3, 2023 13:21
Example of using Harbour and the new SUMMARIZE command for https://rosettacode.org/wiki/Merge_and_aggregate_datasets
.PHONY: clean
rosetta2: clean rosetta2.prg
hbmk2 -run rosetta2.prg hbnf.hbc
clean:
rm -f rosetta2
rm -f patient.dbf visit.dbf summ1.dbf summ2.dbf summ3.dbf