src/Makefile

changeset 78
9bc544f4ce8f
parent 77
2187a732f4d7
--- a/src/Makefile	Tue Mar 18 22:43:31 2025 +0100
+++ b/src/Makefile	Wed Mar 19 22:43:37 2025 +0100
@@ -74,7 +74,7 @@
 
 $(BUILD_DIR)/glcontext.o: glcontext.c ascension/glcontext.h \
  ascension/primitives.h ascension/mesh.h ascension/shader.h \
- ascension/error.h shader_codes.h ascension/shader.h
+ ascension/error.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial