invoke arch specific distfiles targets
[AROS.git] / tools / fd2pragma / Makefile
blob0fcf0311e78b2e700884fd7b5b12fd0de9948623
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 all : $(FD2PRAGMA)
8 $(FD2PRAGMA) : fd2pragma.c
9 @$(ECHO) "Compiling $(notdir $@)..."
10 @$(HOST_CC) $(HOST_CFLAGS) $(USER_CFLAGS) $< -o $@
12 clean:
13 @$(RM) -f $(FD2PRAGMA)