summaryrefslogtreecommitdiff
path: root/example/Makefile
blob: c96a553f50bc6f86f11142ebdb36e3f9880678a9 (plain)
1
2
3
4
5
6
7
8
CXXFLAGS+=-Wall -Werror -I../include

.PHONY: all

all: operators

operators: CC=$(CXX)
operators: operators.o