Added make clean to yasmbuild's makefile.
This commit is contained in:
parent
02ea4d5ca2
commit
7caa49bc5d
@ -1,3 +1,5 @@
|
||||
default:
|
||||
cd ../yasm; ./configure; make
|
||||
all: default
|
||||
clean:
|
||||
cd ../yasm; make clean
|
||||
|
Loading…
Reference in New Issue
Block a user