Skip to content

Commit

Permalink
Allow to override PREFIX and include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 authored Nov 28, 2019
1 parent fa4baf0 commit afdb0c7
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 @@ -11,8 +11,8 @@ DISTFILES = src \
COPYING \
Makefile \

PREFIX = /usr/local
TARGET_INCLUDE_PATH = $(PREFIX)/include/avr
PREFIX ?= /usr/local
TARGET_INCLUDE_PATH ?= $(PREFIX)/include/avr

CDEFS = -DDEFAULT_INCLUDE_PATH='"$(TARGET_INCLUDE_PATH)"' \
-DVERSION='"$(VERSION)"'
Expand Down

0 comments on commit afdb0c7

Please sign in to comment.