This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
DragonOS-Community
/
relibc_openlibm
mirror de
https://gitlab.redox-os.org/redox-os/openlibm.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Makefile for bsdsrc
Viral B. Shah
há 13 anos atrás
pai
2cd51ea4d5
commit
265f411818
1 ficheiros alterados
com
5 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
5
0
bsdsrc/Makefile
+ 5
- 0
bsdsrc/Makefile
Ver Ficheiro
@@ -0,0 +1,5 @@
+include ../Make.inc
+
+SRCS= b_exp.o b_log.o b_tgamma.o
+
+all: $(SRCS)