Commit f6f73da4 authored by Federico Vaga's avatar Federico Vaga

add global Makefile to build software

Redirect everything to software directory
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 9a24e1d2
# SPDX-License-Identifier: CC0-1.0
#
# SPDX-FileCopyrightText: 2019 CERN
all:
$(MAKE) -C software
%:
$(MAKE) -C software $@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment