view TOOLS/mpfc/Makefile @ 10135:1e566429cbf9

Generate more links for Site navigation Bar.
author lumag
date Tue, 20 May 2003 07:11:33 +0000 (2003-05-20)
parents a721a2b91d3d
children
line wrap: on
line source

TARGET = mpfc-ce mpfc-kr

LIBS=-lgd -lttf -lpng

all: $(TARGET)

mpfc-ce: mpfc-ce.c
	$(CC) -Wall -O2 -o $@ $< $(LIBS)

mpfc-kr: mpfc-kr.c
	$(CC) -Wall -O2 -o $@ $< $(LIBS)

clean:
	-rm -f $(TARGET)