diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-10-25 21:34:32 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-10-25 21:34:32 +0000 |
commit | e0850cbdf8ac632dc4257f6d6cd9c625f5694764 (patch) | |
tree | feb14c5d142e5f1eb022c6b4349d88cb806d2fd5 /iconvmodule | |
parent | 9133fe264fde158f6f3a89d9e0181a406e9464f9 (diff) | |
download | anaconda-e0850cbdf8ac632dc4257f6d6cd9c625f5694764.tar.gz anaconda-e0850cbdf8ac632dc4257f6d6cd9c625f5694764.tar.xz anaconda-e0850cbdf8ac632dc4257f6d6cd9c625f5694764.zip |
add depend and clean targets
Diffstat (limited to 'iconvmodule')
-rw-r--r-- | iconvmodule/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iconvmodule/Makefile b/iconvmodule/Makefile index 70f1198c2..75eb9a078 100644 --- a/iconvmodule/Makefile +++ b/iconvmodule/Makefile @@ -5,3 +5,7 @@ all: install: $(PYTHON) setup.py install --install-lib=$(DESTDIR)/$(PYTHONLIBDIR) + +depend: + +clean: |