This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
mpir
Watch
1
Star
0
Fork
0
You've already forked mpir
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c228cdce88
mpir
/
yasmbuild
/
Makefile
9 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
Attempt to get yasm to build unconditionally and automatically.
2008-06-16 02:44:48 -04:00
default
:
cd
../yasm
;
./configure
;
make
all
:
default
Added make clean to yasmbuild's makefile.
2008-06-16 04:49:18 -04:00
clean
:
cd
../yasm
;
make clean
Added blank check and install targets to the yasmbuild Makefile so these targets do not cause make check and make install to appear to fail when executed at the top level.
2008-06-24 19:41:35 -04:00
check
:
install
:
Reference in New Issue
Copy Permalink