view oldchsool/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 c3622b53a23e
children 1013256040d5
line wrap: on
line source

include ../config.mak

TARGETS=oldchsool$(BINEXT)

all: $(TARGETS)

OBJS=sprites.o main.o musa.o planes.o landscro.o ../pwplib.a

include ../Makefile.inc

%.h: %.pl
	perl $< > $@

sprites.o: sprites.c sprites.h font.h
	$(CC) $(CFLAGS) -c -o $@ $<

oldchsool$(BINEXT): $(OBJS)
	$(CC) $(CFLAGS) -o $@ $+ $(LDFLAGS)