38 |
38 |
39 FORCE: |
39 FORCE: |
40 |
40 |
41 $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \ |
41 $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \ |
42 ../src/ascension/error.h ../src/ascension/context.h \ |
42 ../src/ascension/error.h ../src/ascension/context.h \ |
43 ../src/ascension/window.h ../src/ascension/datatypes.h \ |
43 ../src/ascension/datatypes.h ../src/ascension/window.h \ |
44 ../src/ascension/font.h ../src/ascension/shader.h |
44 ../src/ascension/primitives.h ../src/ascension/mesh.h \ |
|
45 ../src/ascension/font.h ../src/ascension/shader.h \ |
|
46 ../src/ascension/text.h |
45 @echo "Compiling $<" |
47 @echo "Compiling $<" |
46 $(CC) -o $@ $(CFLAGS) -c $< |
48 $(CC) -o $@ $(CFLAGS) -c $< |
47 |
49 |