6 lines
74 B
Makefile
6 lines
74 B
Makefile
include ../Make.inc
|
|
|
|
SRCS= b_exp.o b_log.o b_tgamma.o
|
|
|
|
all: $(SRCS)
|