From d9c3826b21cc4b1af8e04c950f5f3d7ae1da4df8 Mon Sep 17 00:00:00 2001
From: Jordan Halase <jordan@halase.me>
Date: Sat, 26 Oct 2019 15:13:43 -0500
Subject: Add comments for Pugl

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index e7e4d85..c2d96e6 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ GLSLC=glslc
 CFLAGS=-I$(VULKAN_SDK)/include $(FEATURE) $(DEBUG) $(WARN)
 LDFLAGS=-L$(VULKAN_SDK)/lib -lvulkan
 
+# XXX: Pugl branch location
 CFLAGS+=-I../pugl
 LDFLAGS+=-L../pugl/build -lpugl_x11
 
-- 
cgit v1.2.3