diff options
| author | Wolfgang Draxinger <dw@optores.de> | 2019-07-04 20:00:17 +0200 |
|---|---|---|
| committer | Wolfgang Draxinger <dw@optores.de> | 2019-07-04 20:00:17 +0200 |
| commit | ac1e78efa910cac81d104a92ec971d984dcd26a1 (patch) | |
| tree | 98c2a1875cbf84e0070bc457efb4cfbf3f701eb0 /example/Makefile | |
| download | dwu-ac1e78efa910cac81d104a92ec971d984dcd26a1.tar.gz dwu-ac1e78efa910cac81d104a92ec971d984dcd26a1.tar.bz2 | |
dwu::operators
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 8 |
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 |
