summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-09-22 16:51:32 +0000
committerBill Nottingham <notting@redhat.com>1999-09-22 16:51:32 +0000
commit53d5b13e313b18ee55e6d241206a945bc830464b (patch)
tree2d4ec0ffa2350571b9182f49bd05e4988d64cab4 /Makefile
parentefd19e6c043c4a38980996e3acd54da910b862c7 (diff)
downloadanaconda-53d5b13e313b18ee55e6d241206a945bc830464b.tar.gz
anaconda-53d5b13e313b18ee55e6d241206a945bc830464b.tar.xz
anaconda-53d5b13e313b18ee55e6d241206a945bc830464b.zip
fix make clean!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a980eb1a..1fb3696ce 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,8 @@ _xkb.so: xkb.c
gcc -Wall -o _xkb.o -fPIC -I/usr/include/python1.5 `gtk-config --cflags gtk` -c xkb.c
gcc -o _xkb.so -shared _xkb.o /usr/X11R6/lib/libxkbfile.a `gtk-config --libs gtk`
-clean:
+clean:
+ rm -f *.o *.so *.pyc
for d in $(ALLSUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d clean; done
subdirs: