mirror of https://github.com/wwarthen/RomWBW.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
292 B
18 lines
292 B
all:
|
|
cd Tools/unix ; make install
|
|
cd Source ; make all
|
|
cd Source/Images ; make al
|
|
|
|
clean:
|
|
cd Tools/unix ; make clean
|
|
cd Source ; make clean
|
|
cd Binary ; make clean
|
|
|
|
clobber:
|
|
cd Tools/unix ; make clobber
|
|
cd Source ; make clobber
|
|
cd Binary ; make clobber
|
|
|
|
diff:
|
|
cd Source ; make diff
|
|
|
|
|