Added make clean to yasmbuild's makefile.

This commit is contained in:
wbhart 2008-06-16 08:49:18 +00:00
parent 02ea4d5ca2
commit 7caa49bc5d

View File

@ -1,3 +1,5 @@
default:
cd ../yasm; ./configure; make
all: default
clean:
cd ../yasm; make clean