mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
13 lines
187 B
Makefile
13 lines
187 B
Makefile
DESTDIR=/
|
|
|
|
ifeq ($(PAPARAZZI_HOME),)
|
|
PAPARAZZI_HOME=$(HOME)/paparazzi
|
|
endif
|
|
|
|
ifeq ($(PAPARAZZI_SRC),)
|
|
TOOLS=$(DESTDIR)/usr/share/paparazzi/bin
|
|
else
|
|
TOOLS=$(PAPARAZZI_SRC)/sw/tools
|
|
endif
|
|
|