view pwpzax/Makefile @ 27:0eba27fee6da

Const fix.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 00:14:18 +0300
parents c3622b53a23e
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)