diff options
Diffstat (limited to 'src/tool/Makefile')
-rw-r--r-- | src/tool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool/Makefile b/src/tool/Makefile index 415606525..286b839f3 100644 --- a/src/tool/Makefile +++ b/src/tool/Makefile @@ -12,4 +12,4 @@ mapcache: $(CC) -o ../../$@ mapcache.c grfio.o ../zlib/unz.o -lz clean: - rm -rf ../../tools/adduser ../../tools/convert ../../mapcache + rm -rf *.o ../../tools/adduser ../../tools/convert ../../mapcache |