aboutsummaryrefslogblamecommitdiff
path: root/test/Makefile
blob: 0efa3fcb92ef716c3fabc15f24195294f471d489 (plain) (tree)
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