36 @echo "Linking executable..." |
36 @echo "Linking executable..." |
37 $(CC) $(LDFLAGS) -o $@ $^ |
37 $(CC) $(LDFLAGS) -o $@ $^ |
38 |
38 |
39 FORCE: |
39 FORCE: |
40 |
40 |
41 $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/window.h \ |
41 $(BUILD_DIR)/sandbox.o: sandbox.c ../src/ascension/ascension.h \ |
42 ../src/ascension/core.h ../src/ascension/datatypes.h |
42 ../src/ascension/context.h ../src/ascension/window.h \ |
|
43 ../src/ascension/datatypes.h ../src/ascension/error.h |
43 @echo "Compiling $<" |
44 @echo "Compiling $<" |
44 $(CC) -o $@ $(CFLAGS) -c $< |
45 $(CC) -o $@ $(CFLAGS) -c $< |
45 |
46 |