]> git.buserror.net Git - polintos/scott/priv.git/blob - lib/c/freestanding/Makefile
fixes/cleanup
[polintos/scott/priv.git] / lib / c / freestanding / Makefile
1 DIR := c/freestanding/
2 DIRS += $(DIR)
3
4 RAW_CFILES := string
5 CFILES += $(RAW_CFILES:%=$(DIR)%)
6
7 RAW_CXXFILES := sprintf
8 CXXFILES += $(RAW_CXXFILES:%=$(DIR)%)
9
10 TARGETS += $(BUILDDIR)/c/libfreestanding.a