Skip to content

Commit

Permalink
Always build dgl stuff for tests
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jul 11, 2022
1 parent 0253c44 commit dc083c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ all: imgui$(APP_EXT) opengl$(APP_EXT) textedit$(APP_EXT)

clean:
rm -f *.d *.o *.js *.html *.wasm
rm -f imgui$(APP_EXT)
rm -f opengl$(APP_EXT)
rm -f textedit$(APP_EXT)

# ---------------------------------------------------------------------------------------------------------------------

.PHONY: $(DPF_DIR)/build/libdgl-cairo.a
.PHONY: $(DPF_DIR)/build/libdgl-opengl.a
.PHONY: $(DPF_DIR)/build/libdgl-stub.a
.PHONY: $(DPF_DIR)/build/libdgl-vulkan.a

$(DPF_DIR)/build/libdgl-cairo.a:
$(MAKE) -C $(DPF_DIR)/dgl ../build/libdgl-cairo.a

Expand Down

0 comments on commit dc083c0

Please sign in to comment.