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

.PHONY: all

all: operators

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