diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..69cfe1d --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +.PHONY: build-zpt-core +build-zpt-core: + g++ -I./inc $(wildcard src/*.cxx) -fPIC -shared -o libzpt-core.so |
