summaryrefslogtreecommitdiffstats
path: root/src/cmd/samterm/Makefile.MID
blob: e65f98a67a56e92d26883f20657f4f949a721d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARG=samterm
OFILES=\
	main.$O\
	icons.$O\
	menu.$O\
	mesg.$O\
	rasp.$O\
	scroll.$O\
	flayer.$O\
	io.$O\
	plan9.$O\

HFILES=\
	samterm.h\
	flayer.h\
	$(PREFIX)/include/frame.h\

all: $(TARG)

install:
	install -c -m 0755 samterm $(PREFIX)/bin/samterm