Skip to content

Commit

Permalink
fix: custom binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Sep 17, 2019
1 parent 77152d3 commit b87c855
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 @@ -4,7 +4,7 @@ PACKAGE_NAME:=github.com/bartoszmajsak/$(PROJECT_NAME)
PROJECT_DIR:=$(shell pwd)
BUILD_DIR:=$(PROJECT_DIR)/build
BINARY_DIR:=$(PROJECT_DIR)/dist
BINARY_NAME:=binary
BINARY_NAME:=ghc

# Call this function with $(call header,"Your message") to see underscored green text
define header =
Expand Down

0 comments on commit b87c855

Please sign in to comment.