mpir/yasmbuild/Makefile
wbhart c228cdce88 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 23:41:35 +00:00

9 lines
101 B
Makefile

default:
cd ../yasm; ./configure; make
all: default
clean:
cd ../yasm; make clean
check:
install: