c228cdce88
targets do not cause make check and make install to appear to fail when executed at the top level.
9 lines
101 B
Makefile
9 lines
101 B
Makefile
default:
|
|
cd ../yasm; ./configure; make
|
|
all: default
|
|
clean:
|
|
cd ../yasm; make clean
|
|
check:
|
|
install:
|
|
|