Autodoc formatting fixes.
[AROS.git] / tools / setrev / Makefile
blob57fb0b8e6573950d29ea19ef1525d71901d5eb12
1 # Copyright © 2011, The AROS Development Team. All rights reserved.
2 # $Id$
4 # Desc: Makefile for setrev
7 SRC := setrev.c
9 include $(TOP)/config/make.cfg
11 all : $(SETREV)
13 $(SETREV) : $(SRC)
14 @$(MECHO) "Compiling $(notdir $@)..."
15 @$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) $< -o $@
16 @$(HOST_STRIP) $@
19 clean:
20 @$(RM) -f $(SETREV)