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