Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 31862
Collapse All | Expand All

(-) (-2 / +1 lines)
Line  Link Here
-- Makefile
Lines 1-5 Link Here
1
smet2html: smet2html.c
1
smet2html: smet2html.c
2
	gcc -Wall -o smet2html smet2html.c
2
	gcc $(CFLAGS) -Wall -o smet2html smet2html.c
3
3
4
clean:
4
clean:
5
	rm smet2html 2>/dev/null || /bin/true
5
	rm smet2html 2>/dev/null || /bin/true

Return to bug 31862