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