summaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/example/Makefile b/example/Makefile
new file mode 100644
index 0000000..f26d3df
--- /dev/null
+++ b/example/Makefile
@@ -0,0 +1,8 @@
+CXXFLAGS+=-I../include
+
+.PHONY: all
+
+all: operators
+
+operators: CC=$(CXX)
+operators: operators.o