This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
DragonOS-Community
/
relibc_openlibm
miroir de
https://gitlab.redox-os.org/redox-os/openlibm.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
Makefile for bsdsrc
Viral B. Shah
il y a 13 ans
Parent
2cd51ea4d5
commit
265f411818
1 fichiers modifiés
avec
5 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
5
0
bsdsrc/Makefile
+ 5
- 0
bsdsrc/Makefile
Voir le fichier
@@ -0,0 +1,5 @@
+include ../Make.inc
+
+SRCS= b_exp.o b_log.o b_tgamma.o
+
+all: $(SRCS)