aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 218d1b50cf4b4ab77b3d5ef6f4820f9c7edce288 (plain)
1
2
3
4
5
run:
	g++ src/reader.cpp src/main.cpp -o run -Isrc -Iinclude

clean:
	rm -rf .cache run