Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
candy12t committed May 22, 2022
1 parent bd7deea commit b5880e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OBJ = bin/deepl-cli
VERSION := $(shell git describe --tags --abbrev=0)

all: clean build
all: test clean build

.PHONY: build
build:
Expand Down

0 comments on commit b5880e2

Please sign in to comment.