Skip to content
Snippets Groups Projects
Commit 2cc5933f authored by Hernán Asorey's avatar Hernán Asorey
Browse files

Minor change in makefile to fully erase dependences

parent 7c71c509
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ all: check-lago ...@@ -7,9 +7,9 @@ all: check-lago
clean: check-lago clean: check-lago
cd $(LAGO_DAQ)/makestuff/libs/libfpgalink && make clean deps cd $(LAGO_DAQ)/makestuff/libs/libfpgalink && make clean deps
cd $(LAGO_DAQ)/makestuff/libs/libfpgalink && make clean cd $(LAGO_DAQ)/makestuff/libs/libfpgalink && make depclean && make clean
cd $(LAGO_DAQ)/makestuff/apps/lago && make clean cd $(LAGO_DAQ)/makestuff/apps/lago && make clean
rm lago lib* rm lago
check-lago: check-lago:
ifndef LAGO_DAQ ifndef LAGO_DAQ
$(warning LAGO_DAQ is not set. Using $(PWD)) $(warning LAGO_DAQ is not set. Using $(PWD))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment