root / Whitix / branches / hybrid / user / libc / stdio / Makefile

Revision 176, 116 bytes (checked in by mwhitworth, 9 months ago)

user/libc: Add various prototypes, defines and structures.

Line 
1include ../make.inc
2
3OBJS = file.o printf.o get.o put.o setbuf.o scanf.o
4
5build: $(OBJS)
6
7clean:
8        rm *.o -rf
Note: See TracBrowser for help on using the browser.