Makefile for bsdsrc

This commit is contained in:
Viral B. Shah 2012-01-01 00:53:38 +05:30
parent 2cd51ea4d5
commit 265f411818
1 changed files with 5 additions and 0 deletions

5
bsdsrc/Makefile Normal file
View File

@ -0,0 +1,5 @@
include ../Make.inc
SRCS= b_exp.o b_log.o b_tgamma.o
all: $(SRCS)