Skip to content

Commit

Permalink
Remove ineffectual examples and hello-world tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Jan 9, 2021
1 parent 795b9b1 commit 104b370
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ source/wasmer/bindings/package.d:
dub run dpp -- --preprocess-only --no-sys-headers --ignore-macros --include-path "/usr/lib/llvm-6.0/lib/clang/6.0.0/include" --include-path "$(WASMER_DIR)/include" source/wasmer/bindings/wasmer.dpp
@mv source/wasmer/bindings/wasmer.d source/wasmer/bindings/package.d

EXAMPLES := bin/hello-world
examples: $(EXAMPLES)
.PHONY: examples

# HELLO_WORLD_SOURCES := $(shell find examples/hello-world/source -name '*.d')
# HELLO_WORLD_JS := $(shell find examples/hello-world/source -name '*.js')
# bin/hello-world: $(SOURCES) $(HELLO_WORLD_SOURCES) $(HELLO_WORLD_JS)
# cd examples/hello-world && dub build

# hello-world: bin/hello-world
# @bin/hello-world
# .PHONY: hello-world

test:
env LD_LIBRARY_PATH=$(WASMER_DIR)/lib dub test --parallel
.PHONY: test
Expand Down

0 comments on commit 104b370

Please sign in to comment.