mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
changed makefile to include guidir in clean
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@17 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
parent
0100eb1d0c
commit
cc20af8d5d
1
Makefile
1
Makefile
@ -34,6 +34,7 @@ clean:
|
|||||||
rm -rf bin/sls_detector_*
|
rm -rf bin/sls_detector_*
|
||||||
cd $(LIBRARYDIR) && $(MAKE) clean
|
cd $(LIBRARYDIR) && $(MAKE) clean
|
||||||
cd $(CLIENTDIR) && $(MAKE) clean
|
cd $(CLIENTDIR) && $(MAKE) clean
|
||||||
|
cd $(GUIDIR) && $(MAKE) clean
|
||||||
|
|
||||||
install_lib:
|
install_lib:
|
||||||
cd $(LIBRARYDIR) && $(MAKE) install_lib DESTDIR=$(INSTALLROOT)/$(LIBDIR)
|
cd $(LIBRARYDIR) && $(MAKE) install_lib DESTDIR=$(INSTALLROOT)/$(LIBDIR)
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user