aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0730f58b1bea1ab249790ce8d92f9e7c97b6d35b (plain)
1
2
3
4
CFLAGS=-ggdb

swu: swu.c
	cc -oswu $(CFLAGS) $(CPPFLAGS) swu.c

Return to:

Send suggestions and report system problems to the System administrator.