]> git.pld-linux.org Git - packages/ale.git/blobdiff - ale-makefile.patch
- updated for 0.8.0
[packages/ale.git] / ale-makefile.patch
index 64040a9108851002b4ba1f250c46ac82d0e78f30..408d2f68b801771db85948c082f6b3b1184b9883 100644 (file)
@@ -3,9 +3,9 @@
 @@ -68,7 +68,7 @@
        find testsuite -name "*.output.*" | xargs rm -rf
  
- ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h
--      g++ -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
-+      $(CXX) -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS)
+ ale-phony: ale.cc ui/ui.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h
+-      g++ -o ale $(CFLAGS) ale.cc ui/ui.cc d3.cc d2.cc $(LDFLAGS)
++      $(CXX) -o ale $(CFLAGS) ale.cc ui/ui.cc d3.cc d2.cc $(LDFLAGS)
  
  # The following approach to building a Windows binary is probably very
  # dependent on the host platform configuration.  The above target may be a
This page took 0.078147 seconds and 4 git commands to generate.