From 12c46bede4a3c0bf615078025769bea014883a6e Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 17 Jan 2011 20:41:05 -0600 Subject: s/LFLAGS/LDFLAGS --- sdl/Makefile | 4 ++-- sdl/mingw32 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sdl') diff --git a/sdl/Makefile b/sdl/Makefile index 1f9134c..c0683c9 100644 --- a/sdl/Makefile +++ b/sdl/Makefile @@ -21,10 +21,10 @@ $(PROG).o: $(PROG).c math3d.h gltools.h glframe.h math3d.o: math3d.c math3d.h $(CC) -c $(CFLAGS) math3d.c - + gltools.o: gltools.c gltools.h math3d.h $(CC) -c $(CFLAGS) gltools.c - + glframe.o: glframe.c glframe.h math3d.h $(CC) -c $(CFLAGS) glframe.c diff --git a/sdl/mingw32 b/sdl/mingw32 index 19e9fcd..94a935b 100644 --- a/sdl/mingw32 +++ b/sdl/mingw32 @@ -17,10 +17,10 @@ $(PROG).o: $(PROG).c math3d.h gltools.h glframe.h math3d.o: math3d.c math3d.h $(CC) -c $(CFLAGS) math3d.c - + gltools.o: gltools.c gltools.h math3d.h $(CC) -c $(CFLAGS) gltools.c - + glframe.o: glframe.c glframe.h math3d.h $(CC) -c $(CFLAGS) glframe.c -- cgit v1.2.3