Index: makefile
===================================================================
--- makefile	(revision 756162f65401bd12de652b25a35ce6e01efb144a)
+++ makefile	(revision 87cfedea2fc81622781947424cc490fdffe4cce2)
@@ -35,7 +35,5 @@
 endif
 ifeq ($(OS),Linux)
-	#LIBS = `pkg-config --static --libs sdl2`
-	LIBS = 
-	LIBS := -lvulkan $(LIBS) -lSDL2 -lSDL2_image -lSDL2_ttf # TODO: figure out how to statically link these, ideally using pkg-config
+	LIBS = `pkg-config --static --libs vulkan sdl2`
 endif
 
@@ -74,5 +72,5 @@
 .PHONY: shaders
 shaders:
-	./compile.sh
+	bash compile.sh
 
 clean:
