]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/blobdiff - scripts/Makefile
another try
[xonotic/xonotic-maps.pk3dir.git] / scripts / Makefile
index 2118d706b99b7a7ec868112e2270311ea53f2237..a4bfcefb07bdabac7b5f7bf8f49f21a1016fd859 100644 (file)
@@ -1,9 +1,9 @@
 INFILES = $(wildcard *.shader.in)
 GENERATEDFILES = $(patsubst %.shader.in,%.shader,$(INFILES))
 
-all: $(GENERATEDFILES)
+all: shaderlist.txt $(GENERATEDFILES)
 
-%.shader: shaderlist.txt %.shader.in
+%.shader: %.shader.in
        ./shader-cpp.sh "$<" > "$@"
 
 clean: