2
0
Fork 0

Added basic build system

This commit is contained in:
Willem 2018-11-29 22:18:47 +01:00
parent 11eef7bd83
commit b3f6e6d954
8 changed files with 596 additions and 31 deletions

View file

@ -0,0 +1,9 @@
# Local env included makefile
# This file should be ignored in version control
# note: the ?= is so you can override those again in cmdline.
#
# Change to local installations.
#PATH_SDCC ?= /usr/bin
#PATH_HEX2BIN ?= /usr/bin