summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand/tostools/file2swp/Makefile
blob: a24e9380e40eab34f223f8c06ac6e93e5e3c293d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.1.1.1 2002/02/27 20:21:16 leo Exp $

PROG	= file2swp.ttp

OBJS	= file2swp.o
HEADERS	=
LIBS	= -lxhdi

include ../Makefile.inc

${PROG}: ${OBJS} ${LDADD}
	${CC} -DCOMPRESSED_READ ${LDFLAGS} -o $@ ${OBJS} ${LDADD} ${LIBS}