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 ...@@ -35,7 +35,7 @@ CPPCHECK ?= cppcheck
all modules: $(progs) fmc-fdelay-calibration all modules: $(progs) fmc-fdelay-calibration
clean: clean:
rm -f $(progs) *.o *~ rm -f $(progs) fmc-fdelay-calibration *.o *~
COMMON_SRCS = tools-util.c COMMON_SRCS = tools-util.c
...@@ -48,6 +48,7 @@ modules_install: ...@@ -48,6 +48,7 @@ modules_install:
install: install:
install -d $(DESTDIR)/bin install -d $(DESTDIR)/bin
install -D fmc-fdelay-calibration $(DESTDIR)/bin
install -D $(progs) $(DESTDIR)/bin install -D $(progs) $(DESTDIR)/bin
cppcheck: 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