summaryrefslogtreecommitdiffstats
path: root/stubs/Makefile
blob: dda0109095a572c401575e671f6e9f45885bbd7f (plain)
1
2
3
4
5
6
7
8
9
10
all:	libbz2.so.0

libbz2.so.0:	bzip.c
	gcc -fPIC -shared -o libbz2.so.0 bzip.c

clean:
	rm -f *.so.* *.o

install:
	install libbz2.so.0 $(DESTDIR)/usr/lib