Files
NeuralNetworkLib/src/Makefile
2014-12-10 16:01:53 +01:00

9 lines
119 B
Makefile

OBJFILES= sse_mathfun.o
include ../Makefile.const
all: $(OBJFILES)
clean:
@rm -f ./*.o ./*.so ./*.a ./*.nm ./*/*.o