aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ff93e4..4b401cc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
include config.mk
+all: dist tests
+
dist: static shared
./build-pc.sh -p ${PREFIX} -n ${NAME} -ln ${LIBNAME} -d "${LIBDSCR}" -v ${LIBVER} ${PC_FILE}
@@ -30,7 +32,7 @@ clean:
cd test && make clean
tests: dist
- cd test && make clean tests
+ @make -C test
install: dist
mkdir -p ${PREFIX}/include