aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
blob: 3e6fd74e50687f52591c4c22f252774122100023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2020 Johannes Stoelp

check: build
	./checker

build: checker.cc
	g++ -o checker -g -O2 -I ../include -Wall -Wextra $^

clean:
	rm -f checker