source: data/builders/Makefile.am @ 19b0a7cc6e80e13ec0384081c823ed704723ac73

Revision 19b0a7cc6e80e13ec0384081c823ed704723ac73, 138 bytes checked in by Matias De la Puente <mfpuente.ar@…>, 2 years ago (diff)

Projects: Add sdcc-pic14 builder

This builder have options and commands to generate profiles for
14-bit instruction set PICs with sdcc

  • Property mode set to 100644
Line 
1NULL =
2
3buildersdir = $(pkgdatadir)/builders
4
5builders_DATA = \
6        sdcc-pic14.xml \
7        $(NULL)
8
9EXTRA_DIST = \
10        $(builders_DATA) \
11        $(NULL)
12
Note: See TracBrowser for help on using the repository browser.