Skip to content

Commit

Permalink
Fix a bug in the makefile
Browse files Browse the repository at this point in the history
Todo: Redo the whole Makefile
  • Loading branch information
DiegoMagdaleno committed Jul 28, 2020
1 parent 1a7cc8d commit f914571
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 $(GOBIN)/trm $(DESTDIR)$(PREFIX)/bin

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

0 comments on commit f914571

Please # to comment.