| 43 | 43 | 
| 44 $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \ | 44 $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \ | 
| 45  ../src/ascension/error.h ../src/ascension/context.h \ | 45  ../src/ascension/error.h ../src/ascension/context.h \ | 
| 46  ../src/ascension/datatypes.h ../src/ascension/window.h \ | 46  ../src/ascension/datatypes.h ../src/ascension/window.h \ | 
| 47  ../src/ascension/primitives.h ../src/ascension/mesh.h \ | 47  ../src/ascension/primitives.h ../src/ascension/mesh.h \ | 
| 48  ../src/ascension/scene.h ../src/ascension/font.h \ | 48  ../src/ascension/scene.h ../src/ascension/transform.h \ | 
| 49  ../src/ascension/shader.h ../src/ascension/text.h | 49  ../src/ascension/font.h ../src/ascension/shader.h \ | 
|  | 50  ../src/ascension/text.h | 
| 50 	@echo "Compiling $<" | 51 	@echo "Compiling $<" | 
| 51 	$(CC) -o $@ $(CFLAGS) -c $< | 52 	$(CC) -o $@ $(CFLAGS) -c $< | 
| 52 | 53 |