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:
parent
a7759bd417
commit
427015e5a8
1 changed files with 5 additions and 3 deletions
8
thirdparty/Makefile
vendored
8
thirdparty/Makefile
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue