22 lines
636 B
Text
22 lines
636 B
Text
###############################################################
|
|
#####
|
|
##### Makefile.local.linuxSDCC for betty_scart
|
|
#####
|
|
##### Makefile.local.linuxARM
|
|
#####
|
|
###############################################################
|
|
|
|
###############################################################
|
|
#####
|
|
##### PATHS (default installation)
|
|
#####
|
|
##### You can put your path-config into Makefile.local
|
|
##### to override these defaults
|
|
#####
|
|
###############################################################
|
|
|
|
SDCCBASE=/opt/sdcc
|
|
INCLUDEPATH=$(SDCCBASE)/include
|
|
SDCCPATH=$(SDCCBASE)/bin
|
|
|
|
######################## EOF ##################################
|