Skip to content

Commit

Permalink
Merge pull request #481 from straight-shoota/fix/makefile-trailing-space
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored Oct 11, 2024
2 parents 3d4d84e + 20fe673 commit ca833ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ all:

BUILD_TARGET := bin/ameba

DESTDIR ?= ## Install destination dir
PREFIX ?= /usr/local ## Install path prefix
DESTDIR ?= ## Install destination dir
PREFIX ?= /usr/local## Install path prefix
BINDIR ?= $(DESTDIR)$(PREFIX)/bin

# The crystal command to use
Expand Down

0 comments on commit ca833ff

Please sign in to comment.