Skip to content

Commit 19170be

Browse files
committed
cleanup: Makefile
1 parent d850352 commit 19170be

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ DYLAN ?= $${HOME}/dylan
55

66
.PHONY: build clean install remove-deft-artifacts test dist distclean
77

8-
git_version := $(shell git describe --tags --always --match 'v*')
9-
108
build:
119
dylan update
1210
dylan build deft-app
@@ -40,6 +38,6 @@ clean:
4038

4139
distclean: clean
4240
rm -rf $(DYLAN)/install/deft
43-
rm $(DYLAN)/bin/deft
44-
rm $(DYLAN)/bin/deft-app
45-
rm $(DYLAN)/bin/dylan
41+
rm -f $(DYLAN)/bin/deft
42+
rm -f $(DYLAN)/bin/deft-app
43+
rm -f $(DYLAN)/bin/dylan

0 commit comments

Comments
 (0)