Skip to content

Commit

Permalink
Fixes Makefile.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Apr 12, 2015
1 parent e05cd50 commit 0f784e6
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 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

PRJNAME = $(shell basename $(CURDIR))
PRJNAME := $(shell basename $(CURDIR))
BIN := $(PRJNAME)
SRC := *.go
GOPKG := github.com/mkouhei/$(PRJNAME)
Expand Down

0 comments on commit 0f784e6

Please sign in to comment.