]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/makefile.unx
updated bakefiles to take advantage of Bakefile 0.2.3 (now required)
[wxWidgets.git] / samples / opengl / penguin / makefile.unx
index 9700daaf5065ad2b9586654fa79bcbfc704af5ff..72644352090a6f176df0b1ebbdc7879ece8025cb 100644 (file)
@@ -108,7 +108,7 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 penguin: $(PENGUIN_OBJECTS)
-       $(CXX) -o $@ $(PENGUIN_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs gl,core,base`
+       $(CXX) -o $@ $(PENGUIN_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs gl,core,base`
 
 penguin_penguin.o: ./penguin.cpp
        $(CXX) -c -o $@ $(PENGUIN_CXXFLAGS) $(CPPDEPS) $<