added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / fs / fat / mmakefile.src
blob009cdb75455da76b1db9a58df0bcc3ca25d6aef7
1 include $(TOP)/config/make.cfg
3 FILES := startup cache direntry disk fat file lock main names packet ops support notify
5 %build_prog mmake=workbench-fs-fat \
6     progname=fat.handler targetdir=$(AROS_DEVS) \
7     files="$(FILES)" usestartup=no uselibs="rom"
9 %common