aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/tinyware/mined/Makefile
blob: 7a45bbbc35ee9af1274e1827e4894ace59f18d1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Makefile for mined

CFLAGS	= -D_POSIX_SOURCE -DASSUME_CONS25

OBJ = mined1.o mined2.o

all:	mined

mined:	$(OBJ)
	$(CC) -static -o $@ $(OBJ)

install:	/usr/bin/mined


$(OBJ):	mined.h

clean:
	rm -f mined *.o *.s core *.bak