Skip to content

Commit

Permalink
Third bug fix in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoMagdaleno committed Jul 28, 2020
1 parent e156e49 commit 1a7cc8d
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
Expand Up @@ -16,7 +16,7 @@ get:
install:
$(MAKE) -C .
@install -d $(DESTDIR)$(PREFIX)/bin
@install -m 777 $(DESTDIR)/$(PREFIX)/bin/trm $(DESTDIR)$(PREFIX)/bin
@install -m 777 $(DESTDIR)$(PREFIX)/bin/trm $(DESTDIR)$(PREFIX)/bin

run:
@GOPATH=$(GOPATH) GOBIN=$(GOBIN) go run $(GOFILES)
Expand Down

0 comments on commit 1a7cc8d

Please sign in to comment.