diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-04 18:15:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-04 18:15:26 +0200 |
commit | b5f50048962c80b2b486e16dbb1d936cfd8850c6 (patch) | |
tree | b85b944d466c05e803a3057e3da24d775e0f0856 /Makefile | |
parent | 797aab3e2e4f2c8489f97a00b1d2fef2f12608d5 (diff) |
build the static library
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |