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/font.h ../src/ascension/shader.h \ |
48 ../src/ascension/scene.h ../src/ascension/font.h \ |
49 ../src/ascension/text.h |
49 ../src/ascension/shader.h ../src/ascension/text.h |
50 @echo "Compiling $<" |
50 @echo "Compiling $<" |
51 $(CC) -o $@ $(CFLAGS) -c $< |
51 $(CC) -o $@ $(CFLAGS) -c $< |
52 |
52 |