Skip to content

Commit c56613f

Browse files
Remove unused Makefile targets
1 parent 4ae4f76 commit c56613f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

Makefile

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
NAME := WasmKit
22

3-
MODULES = $(notdir $(wildcard Sources/*))
4-
5-
.PHONY: all
6-
all: build
7-
8-
.PHONY: build
9-
build:
10-
@swift build
11-
12-
.PHONY: test
13-
test:
14-
@swift test
15-
163
.PHONY: docs
174
docs:
185
swift package generate-documentation --target WasmKit
@@ -52,11 +39,3 @@ wasitest:
5239
generate:
5340
swift ./Utilities/generate_inst_visitor.swift
5441
swift ./Utilities/generate_inst_dispatch.swift
55-
56-
GIT_STATUS = $(shell git status --porcelain)
57-
ensure_clean:
58-
@[ -z "$(GIT_STATUS)" ] \
59-
&& echo Working directory is clean \
60-
|| (printf "Uncommitted changes: \n $(GIT_STATUS)\n" && exit 1)
61-
62-
FORCE:

0 commit comments

Comments
 (0)