# =========================================================================
# This makefile was generated by
-# Bakefile 0.2.5 (http://www.bakefile.org)
+# Bakefile 0.2.6 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
@$(WX_CONFIG) $(WX_CONFIG_FLAGS)
test: $(TEST_OBJECTS)
- $(CXX) -o $@ $(TEST_OBJECTS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,net,base` $(LDFLAGS)
+ $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,net,base`
test_test.o: ./test.cpp
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $(CPPDEPS) $<