ium_452639/Makefile

9 lines
173 B
Makefile
Raw Normal View History

2023-03-21 01:00:51 +01:00
normalize: normalize.cc
g++ -std=c++20 -Wall -Wextra -O3 -o $@ $<
2023-03-18 17:42:18 +01:00
csv2tsv/csv2tsv: csv2tsv/csv2tsv.go
cd csv2tsv; go build
2023-03-21 01:00:51 +01:00
clean:
rm -f *.csv *.tsv stop*.txt trips.txt