We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0013564 commit 39b8b1dCopy full SHA for 39b8b1d
debian/Makefile
@@ -11,8 +11,8 @@ VALGRIND_SRC = ../valgrind/valgrind_src
11
PACKAGE_NAME = memview_$(VERSION)_amd64.deb
12
13
MEMVIEW_BIN = ../memview
14
-MEMVIEW_FRAG = ../shader.frag
15
-MEMVIEW_VERT = ../shader.vert
+MEMVIEW_FRAG = ../memview.frag
+MEMVIEW_VERT = ../memview.vert
16
MEMVIEW_TOOL = $(VALGRIND_SRC)/memview/memview-amd64-linux
17
MEMVIEW_PRELOAD = $(VALGRIND_SRC)/memview/vgpreload_memview-amd64-linux.so
18
0 commit comments