view peluce/Makefile.in @ 4:0b152412c592

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 May 2010 05:07:15 +0300
parents acb5694e93d9
children
line wrap: on
line source

CC = gcc -O2

all: peluce

############################

OBJS= main.o planes.o font.o sprites.o musa.o landscroll.o ../pwplib.a

font.h: font-gen.pl
	./font-gen.pl > $@

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

clean:
	$(RM) peluce *.o *~ *.exe