Makefile 123 B

12345
  1. include ../Make.inc
  2. SRCS = invtrig.c k_cosl.c k_sinl.c k_tanl.c # s_nanl.c s_exp2l.c
  3. all: $(patsubst %.c,%.c.o,$(SRCS))