1 # Copyright © 1995-2001, The AROS Development Team. All rights reserved.
4 # Desc: Makefile for ilbmtoc
7 -include $(TOP
)/config
/make.cfg
9 USER_CFLAGS
:= -Wall
-Wunused
-O2
18 $(ILBMTOC
) : ilbmtoc.c
19 @
$(MECHO
) "Compiling $(notdir $@)..."
20 @
$(HOST_CC
) $(HOST_CFLAGS
) $< -o
$@