summaryrefslogtreecommitdiffstats
path: root/collage/Makefile
blob: e1f3a9a1d10701bbf24e20a815dbdc2f0830ec80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CFLAGS = -Wall -g 
LDFLAGS = -g
LOADLIBES = -L../isys -lz -lisys -lresolv -lpopt

all:	collage

collage:	collage.o commands.o idmap.o ls.o

install:
	mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
	install -s collage $(DESTDIR)/$(RUNTIMEDIR)
	install mkcollagelinks $(DESTDIR)/$(RUNTIMEDIR)

clean:
	rm -f collage *.o