view pwpzax/Makefile @ 36:d803c129c1e2

Obviously this is a bug, fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 01:23:01 +0300
parents 0eba27fee6da
children 678924af9149
line wrap: on
line source

include ../config.mak

TARGETS=zaxplay$(BINEXT)

all: $(TARGETS)

include ../Makefile.inc

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