Skip to content

Commit afdb0c7

Browse files
authored
Allow to override PREFIX and include directory
1 parent fa4baf0 commit afdb0c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ DISTFILES = src \
1111
COPYING \
1212
Makefile \
1313

14-
PREFIX = /usr/local
15-
TARGET_INCLUDE_PATH = $(PREFIX)/include/avr
14+
PREFIX ?= /usr/local
15+
TARGET_INCLUDE_PATH ?= $(PREFIX)/include/avr
1616

1717
CDEFS = -DDEFAULT_INCLUDE_PATH='"$(TARGET_INCLUDE_PATH)"' \
1818
-DVERSION='"$(VERSION)"'

0 commit comments

Comments
 (0)