aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index ef01ae8..d22eaec 100644
--- a/makefile
+++ b/makefile
@@ -17,11 +17,13 @@ main: die.o
main: shader.o
main: visuals_frag.o
main: fill_vert.o
+main: output_frag.o
main: uniform.o
# fix compile order
main.o: fill_vert.h
main.o: visuals_frag.h
+main.o: output_frag.h
%.s %.h &: %.spv
./blob $< $*