]> git.buserror.net Git - polintos/scott/priv.git/blob - lib/c/freestanding/Makefile
Move stdio defs to stdio.h, and fix an x86 makefile bug.
[polintos/scott/priv.git] / lib / c / freestanding / Makefile
1 DIR := c/freestanding/
2 DIRS += $(DIR)
3
4 RAW_CFILES := sprintf string
5 CFILES += $(RAW_CFILES:%=$(DIR)%)
6
7 RAW_CXXFILES :=
8 CXXFILES += $(RAW_CXXFILES:%=$(DIR)%)
9
10 TARGETS += $(BUILDDIR)/c/libfreestanding.a