aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index 34c19bf..fa39ee9 100644
--- a/makefile
+++ b/makefile
@@ -12,12 +12,12 @@ all: main FORCE
main: main.o
main: die.o
main: shader.o
-main: hello_frag.o
-main: hello_vert.o
+main: visuals_frag.o
+main: fill_vert.o
# fix compile order
-main.o: hello_vert.h
-main.o: hello_frag.h
+main.o: fill_vert.h
+main.o: visuals_frag.h
%.s %.h &: %.spv
./blob $< $*