comment gl make install

This commit is contained in:
Laurent Le Goff 2011-05-18 09:53:23 +02:00
parent 52748a2494
commit c49d784e7f
1 changed files with 3 additions and 3 deletions

View File

@ -5,20 +5,20 @@ all: install
install:
cd draw2d && make install
cd draw2dgl && make install
# cd draw2dgl && make install
cd postscript && make install
# cd wingui && make install
clean:
cd draw2d && make clean
cd draw2dgl && make clean
# cd draw2dgl && make clean
cd postscript && make clean
cd cmd && make clean
# cd wingui && make clean
nuke:
cd draw2d && make nuke
cd draw2dgl && make nuke
# cd draw2dgl && make nuke
cd postscript && make nuke
# cd wingui && make nuke