This website works better with JavaScript
Home
Explore
Help
Sign In
DragonOS-Community
/
relibc_openlibm
mirror of
https://gitlab.redox-os.org/redox-os/openlibm.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Makefile for bsdsrc
Viral B. Shah
13 years ago
parent
2cd51ea4d5
commit
265f411818
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
bsdsrc/Makefile
+ 5
- 0
bsdsrc/Makefile
View File
@@ -0,0 +1,5 @@
+include ../Make.inc
+
+SRCS= b_exp.o b_log.o b_tgamma.o
+
+all: $(SRCS)