# Last edited on 2009-01-08 04:50:21 by stolfi all: testa build: all install: clean:: testa.o: testa.c /usr/bin/gcc \ -ggdb -Wall -Wpointer-arith \ -o testa.o \ -c testa.c testalib.o: testalib.c /usr/bin/gcc \ -ggdb -Wall -Wpointer-arith \ -o testalib.o \ -c testalib.c testa: testa.o testalib.o /usr/bin/gcc \ -ggdb \ -o testa \ testa.o testalib.o \ -lm -lrt