diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-22 16:51:32 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-22 16:51:32 +0000 |
commit | 53d5b13e313b18ee55e6d241206a945bc830464b (patch) | |
tree | 2d4ec0ffa2350571b9182f49bd05e4988d64cab4 /gnome-map | |
parent | efd19e6c043c4a38980996e3acd54da910b862c7 (diff) | |
download | anaconda-53d5b13e313b18ee55e6d241206a945bc830464b.tar.gz anaconda-53d5b13e313b18ee55e6d241206a945bc830464b.tar.xz anaconda-53d5b13e313b18ee55e6d241206a945bc830464b.zip |
fix make clean!
Diffstat (limited to 'gnome-map')
-rw-r--r-- | gnome-map/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnome-map/Makefile b/gnome-map/Makefile index e2f7af72e..60765fdc4 100644 --- a/gnome-map/Makefile +++ b/gnome-map/Makefile @@ -14,3 +14,6 @@ gglobe-canvas: gglobe-canvas.c gnome-map.o gnome-canvas-dot.o gglobe-canvas.o gn timezonemapmodule.so: gnome-map.o gnome-canvas-dot.o timezonemapmodule.o gnome-map.h timezones.o timezones.h gcc -o timezonemapmodule.so -shared gnome-map.o gnome-canvas-dot.o timezonemapmodule.o timezones.o $(LDFLAGS) + +clean: + rm -f *.so *.o *~ |