Commit bcafeb8d authored by Federico Vaga's avatar Federico Vaga

sw:bld: clean/install calibration tool

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f826d927
......@@ -35,7 +35,7 @@ CPPCHECK ?= cppcheck
all modules: $(progs) fmc-fdelay-calibration
clean:
rm -f $(progs) *.o *~
rm -f $(progs) fmc-fdelay-calibration *.o *~
COMMON_SRCS = tools-util.c
......@@ -48,6 +48,7 @@ modules_install:
install:
install -d $(DESTDIR)/bin
install -D fmc-fdelay-calibration $(DESTDIR)/bin
install -D $(progs) $(DESTDIR)/bin
cppcheck:
......
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