Ver código fonte

Makefile for bsdsrc

Viral B. Shah 13 anos atrás
pai
commit
265f411818
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      bsdsrc/Makefile

+ 5 - 0
bsdsrc/Makefile

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