diff options
author | Bill Nottingham <notting@redhat.com> | 2001-04-30 18:50:43 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-04-30 18:50:43 +0000 |
commit | 3bd01d77b070ba14d6cda6efac34a303d824e492 (patch) | |
tree | 8e30925bfe9a976f8cfb8cf9004b18d2dbfef85f | |
parent | 1a5ef68e9c9ed794c50be9b5a1aaef5f960b73fa (diff) | |
download | anaconda-3bd01d77b070ba14d6cda6efac34a303d824e492.tar.gz anaconda-3bd01d77b070ba14d6cda6efac34a303d824e492.tar.xz anaconda-3bd01d77b070ba14d6cda6efac34a303d824e492.zip |
make make clean cleaner
-rw-r--r-- | edd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edd/Makefile b/edd/Makefile index b49db086b..bf5d8dfd8 100644 --- a/edd/Makefile +++ b/edd/Makefile @@ -25,7 +25,7 @@ eddmodule.so: pyedd.c edd.o lrmi.o gcc -shared -g -o $@ pyedd.o edd.o lrmi.o clean: - rm -f *.o *.so *~ core + rm -f *.o *.so *~ core *.a depend: $(CPP) -M $(CFLAGS) *.c > .depend |