Merge branch 'master' of https://github.com/JuliaLang/openlibm
This commit is contained in:
@@ -10,7 +10,7 @@ default: all
|
||||
$(CC) $(filter -f% -m% -B% -I% -D%,$(CFLAGS)) -c $< -o $@
|
||||
|
||||
clean:
|
||||
rm -f *.o *~
|
||||
rm -f *.o *.c.o *.S.o *~
|
||||
|
||||
# OS-specific stuff
|
||||
OS = $(shell uname)
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
include ../Make.inc
|
||||
|
||||
SRCS= b_exp.o b_log.o b_tgamma.o
|
||||
SRCS= b_exp.c.o b_log.c.o b_tgamma.c.o
|
||||
|
||||
all: $(SRCS)
|
||||
|
||||
Reference in New Issue
Block a user