# =========================================================================
# This makefile was generated by
-# Bakefile 0.2.1 (http://bakefile.sourceforge.net)
+# Bakefile 0.2.5 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
all: styles wxedit
-install: all
+install:
uninstall:
clean:
rm -f ./*.o
rm -f ./*.d
- (cd styles && $(MAKE) clean)
- (cd wxedit && $(MAKE) clean)
+ -(cd styles && $(MAKE) clean)
+ -(cd wxedit && $(MAKE) clean)
styles:
(cd styles && $(MAKE) all)