root/Makefile
| Revision 453, 217 bytes (checked in by winfried, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | SHELL = /bin/sh |
| 2 | srcdir = . |
| 3 | VERSION = 0.1 |
| 4 | |
| 5 | default: clean |
| 6 | |
| 7 | clean: |
| 8 | find ./ \( -name '*~' \) -print0 | xargs --no-run-if-empty --null rm -vf |
| 9 | find ./ \( -name '*.pyc' \) -print0 | xargs --no-run-if-empty --null rm -vf |
Note: See TracBrowser
for help on using the browser.
