view pwpzax/Makefile @ 23:c3622b53a23e

Clean up the build system.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 23 May 2010 22:59:25 +0300
parents
children 0eba27fee6da
line wrap: on
line source

include ../config.mak

TARGETS=zaxplay

all: $(TARGETS)

include ../Makefile.inc

zaxplay: zaxplay.c
	$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)