mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
build cleanup
This commit is contained in:
parent
f0862df1db
commit
4e3b2de1a2
2 changed files with 2 additions and 2 deletions
2
Make.inc
2
Make.inc
|
@ -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,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)
|
||||
|
|
Loading…
Reference in a new issue