From: Peep P. <so...@us...> - 2004-08-05 13:23:39
|
Update of /cvsroot/agd/client In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24322 Modified Files: Makefile Log Message: Renamed agi.c to gfx.c Index: Makefile =================================================================== RCS file: /cvsroot/agd/client/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile 3 Aug 2004 14:46:34 -0000 1.2 +++ Makefile 5 Aug 2004 13:23:28 -0000 1.3 @@ -1,4 +1,4 @@ -SRC = agi.c gui.c main.c net.c sys.c +SRC = gfx.c gui.c main.c net.c sys.c OBJ = $(SRC:.c=.o) CFLAGS = -ansi -pedantic -g |