# =========================================================================
# This makefile was generated by
-# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
+# Bakefile 0.1.9 (http://bakefile.sourceforge.net)
# Do not modify, all changes will be overwritten!
# =========================================================================
data : .SYMBOLIC
if not exist $(OBJS) mkdir $(OBJS)
- for %f in (kclub.bmp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+ for %f in (duck.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
$(OBJS)\rotate_rotate.obj : .AUTODEPEND .\rotate.cpp
$(CXX) -zq -fo=$^@ $(ROTATE_CXXFLAGS) $<