X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2FMakefile;h=bd93c679a2e3e239f876d16ddd9baf0dfbe9d480;hb=134d37d4498b7ef7b6953662c4a89ec5009ff32a;hp=2abde6fc1deea8c28b6b52f087d6aa551e37b68b;hpb=2f5bc89a7a1654cd313f075ede953396096f239b;p=flightgear.git diff --git a/Main/Makefile b/Main/Makefile index 2abde6fc1..bd93c679a 100644 --- a/Main/Makefile +++ b/Main/Makefile @@ -79,8 +79,8 @@ $(TARGET): $(OFILES) $(AFILES) all: $(TARGET) -dep: - $(CC) -MM *.c > depend +# depend: +# $(CC) -MM *.c > depend clean: rm -f *.o $(TARGET) lib*.a *~ core @@ -107,6 +107,9 @@ mesh2GL.o: #--------------------------------------------------------------------------- # $Log$ +# Revision 1.18 1997/06/27 20:03:36 curt +# Working on Makefile structure. +# # Revision 1.17 1997/06/26 22:14:54 curt # Beginning work on a scenery management system. #