diff options
author | Josep Torra <n770galaxy@gmail.com> | 2014-03-27 11:44:32 +0100 |
---|---|---|
committer | Josep Torra <n770galaxy@gmail.com> | 2014-03-27 11:44:32 +0100 |
commit | d63c4f558fc0612e04125db09eebc115594d786b (patch) | |
tree | bec222908777267b6d6919ea5c666d93368636d2 /Makefile | |
parent | c5339b1dd002a95320f41855d652195bd48aee02 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -OBJS=triangle.o video.o ilclient.o ilcore.o egl.o +OBJS=triangle.o video.o ilclient.o ilcore.o egl.o ipc.o BIN=rpi_test_egl CFLAGS+=-O0 -g3 |