Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 106932 | Differences between
and this patch

Collapse All | Expand All

(-)ssss-0.4/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
all: ssss-split ssss-combine ssss.1 ssss.1.html
1
all: ssss-split ssss-combine ssss.1 ssss.1.html
2
2
3
ssss-split: ssss.c
3
ssss-split: ssss.c
4
	$(CC) -W -Wall -O2 -lgmp -o ssss-split ssss.c
4
	$(CC) -W -Wall $(CFLAGS) -lgmp -o ssss-split ssss.c $(LDFLAGS)
5
	strip ssss-split
5
	strip ssss-split
6
6
7
ssss-combine: ssss-split
7
ssss-combine: ssss-split

Return to bug 106932