Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Makefile: Enhanced clean option and added distclean option
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 21 Jan 2018 21:19:51 +0000 (21:19 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 21 Jan 2018 21:19:51 +0000 (21:19 +0000)
source/.gitignore
source/Makefile.in

index 475f253..6c60d10 100644 (file)
@@ -18,3 +18,4 @@ autom4te.cache/*
 config.log
 config.status
 Makefile
+tests/Makefile
index a154fc6..9b22cf2 100644 (file)
@@ -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)
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy