Rev 296 | Rev 309 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
GCC = gccCFLAGS = -O2 -march=i386 -pipeOUTNAME = testall:$(GCC) $(CFLAGS) ggitest.c draw.c -lggi -lm -o $(OUTNAME)clean:rm -f *~ *.o $(OUTNAME)