|
Lines 116-127
Link Here
|
| 116 |
|
116 |
|
| 117 |
|
117 |
|
| 118 |
clean: |
118 |
clean: |
| 119 |
-(cd ./demo ; make clean) |
119 |
-(cd ./demo ; $(MAKE) clean) |
| 120 |
-rm -f $(OBJ) |
120 |
-rm -f $(OBJ) |
| 121 |
-rm -f libg2.a config.cache config.log Makefile.bak config.status |
121 |
-rm -f libg2.a config.cache config.log Makefile.bak config.status |
| 122 |
-rm -f ./include/*.h |
122 |
-rm -f ./include/*.h |
| 123 |
-$(FIND) . -name "*~" -exec rm -f {} \; |
123 |
-$(FIND) . -name "*~" -exec rm -f {} \; |
| 124 |
-(cd ./g2_perl ; make clean) |
124 |
-(cd ./g2_perl ; $(MAKE) clean) |
| 125 |
-rm -f ./g2_perl/test.ps |
125 |
-rm -f ./g2_perl/test.ps |
| 126 |
-rm -f ./g2_perl/test.png |
126 |
-rm -f ./g2_perl/test.png |
| 127 |
-rm -f ./g2_perl/test.jpg |
127 |
-rm -f ./g2_perl/test.jpg |