added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / c / Identify / mmakefile.src
blob75ccf7b945f7df940f597730843a291f1ccb139a
1 # Copyright © 2004, The AROS Development Team. All rights reserved.
3 include $(TOP)/config/make.cfg
5 FILES   := main
7 #MM- workbench-c : workbench-c-identify
8 #MM workbench-c-identify : includes linklibs
10 %build_prog mmake=workbench-c-identify \
11     progname=Identify targetdir=$(AROS_C) \
12     files=$(FILES) uselibs="amiga" 
14 %common