diff options
author | notaz | 2011-01-07 23:58:45 +0200 |
---|---|---|
committer | notaz | 2011-01-07 23:58:45 +0200 |
commit | de38f20e0863e33a2a824380da5aa46b1dc39631 (patch) | |
tree | 95b9dd35b69e3bc21ce62d7f785304833f038424 /plugins/gpu-gles | |
parent | 131f0d940d328ff884503b9979f9936a36c7f0b7 (diff) | |
download | pcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.tar.gz pcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.tar.bz2 pcsx_rearmed-de38f20e0863e33a2a824380da5aa46b1dc39631.zip |
allow some build customization
also correct a statement in readme.
Diffstat (limited to 'plugins/gpu-gles')
-rw-r--r-- | plugins/gpu-gles/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 1110151..4b61b6f 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -24,6 +24,8 @@ LIB = -L$(PREFIX)lib -lGLES_CM -lX11 -lXau -lXdmcp OBJ = gpuDraw.o gpuFps.o gpuPlugin.o gpuPrim.o gpuTexture.o
+-include Makefile.local
+
all: $(TARGET)
$(TARGET): $(OBJ)
|