don't know
This commit is contained in:
8
src/Makefile
Normal file
8
src/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
OBJFILES= sse_mathfun.o
|
||||
|
||||
include ../Makefile.const
|
||||
|
||||
all: $(OBJFILES)
|
||||
|
||||
clean:
|
||||
@rm -f ./*.o ./*.so ./*.a ./*.nm ./*/*.o
|
||||
Reference in New Issue
Block a user