ifneq ($(MAKECMDGOALS),clean)
include ../FlagsForMake
endif 

.PHONY: clean

aLib.a: aLib.a(lambdas.o bsg_nlo.o)

clean: 
	rm -f *.o aLib.a   
