Micromegas Makefile patch (SB v1.35)

19 views
Skip to first unread message

Roberto Trotta

unread,
Oct 13, 2008, 5:51:37 AM10/13/08
to SuperBayeS Users
There is a small problem in the SB v1.35 release in the Makefile for
micromegas, which prevents it from cleaning all binaries (and will
lead to a failure in the compilation if the code is ported across
different machines).

To fix it, edit

micromegas/sources/Makefile

replacing:

clean:
rm -f *.o

by the following:

clean:
rm -f *.o ; rm -f getVar getOdd

Roberto
Reply all
Reply to author
Forward
0 new messages