X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu-gles%2FMakefile;h=4b61b6f4b8a4b068637724e79c08d91f6e01db36;hp=11101515f7109ee13477fc2fd53d9797274ef426;hb=87c45ad1e2a265cedb7970cc1b7777591d0050b7;hpb=297b3d633ad25797a4f355c57964b7ce3aee6936 diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 11101515..4b61b6f4 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)