X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2FMakefile.in;h=9b22cf2e642bdd135ca474f14593a94f35b5254a;hp=a154fc689be387985922cb2706ec232d9cb17086;hb=988509a40f943f941ec7a0d7c87b87d655ded51f;hpb=4a54004087031fdd538d761ed5df6d6ed82b730e diff --git a/source/Makefile.in b/source/Makefile.in index a154fc6..9b22cf2 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -71,7 +71,15 @@ bitmaphelper: bitmaphelperobjs clean: find . -name "*.o" -type f -delete find . -name "*.a" -type f -delete - $(RM) -f ./xestiacal + $(RM) -f xestiacal + $(RM) -f tools/bitmapcode.helper + $(RM) -f bitmapsdone + +distclean: clean + find bitmaps -name "*.cpp" -type f -delete + find bitmaps -name "*.h" -type f -delete + $(RM) -f Makefile + $(RM) -f tests/Makefile mainobjs: $(MAINOBJS)