Switch to unified view
a/src/qt4gui/uifrom3 | b/src/qt4gui/uifrom3 | ||
---|---|---|---|
... |
... |
||
27 | # Link the images |
27 | # Link the images |
28 | always: |
28 | always: |
29 | rm -f images |
29 | rm -f images |
30 | ln -s ../qtgui/images . |
30 | ln -s ../qtgui/images . |
31 | 31 | ||
32 | clean: |
32 | distclean:
|
33 | rm -f $(UIFILES) |
33 | rm -f $(UIFILES) images
|