1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added missing phony targets

This commit is contained in:
Steffen Vogel 2015-12-13 20:24:15 +01:00
parent a7759bd417
commit 427015e5a8

8
thirdparty/Makefile vendored
View file

@ -1,9 +1,11 @@
.PHONY: dependencies
DEPS = libconfig-1.5 libnl-3.2.25 doxygen-1.8.10 pciutils-3.4.0 libwebsockets-master
.PHONY: $(DEPS) all
PREFIX=$(shell pwd)
# Install dependencies
dependencies: libconfig-1.5 libnl-3.2.25 doxygen-1.8.10 pciutils-3.4.0 libwebsockets-master
# Install all dependencies
all: $(DEPS)
# Download latest doxygen
doxygen-1.8.10: