aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-10 17:38:08 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-10 17:38:08 +0200
commit416291f2c076dd95928908071196d86e5f9f9b4d (patch)
tree7929e88223108944ba98240a05929fb88928936b
parent2fd3544d7e179ef21d8311fb7fa1891bd95b7cea (diff)
downloadutils-416291f2c076dd95928908071196d86e5f9f9b4d.tar.gz
utils-416291f2c076dd95928908071196d86e5f9f9b4d.zip
Add `all` target
-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