boop/betty_scart/Makefile.local.linuxSDCC

23 lines
636 B
Text
Raw Permalink Normal View History

2017-07-01 21:56:25 +02:00
###############################################################
#####
##### 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 ##################################