X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Time%2FMakefile;h=a12b3e3636f54ffdf6a2ea256908e02e3bc98e76;hb=a136c87441e11bd00c239ea8c5bcfa6447394132;hp=e19d2555372ab8245a3b39d1e1641f8dc117345e;hpb=01fa9ad22c3e264a69eb4871b2946920a97b5fba;p=flightgear.git diff --git a/Time/Makefile b/Time/Makefile index e19d25553..a12b3e363 100644 --- a/Time/Makefile +++ b/Time/Makefile @@ -48,7 +48,7 @@ $(TARGET): $(OFILES) all: $(TARGET) clean: - rm -f *.o $(TARGET) lib*.a *~ core + rm -f *.o $(TARGET) lib*.a *.os2 *~ core #--------------------------------------------------------------------------- @@ -58,11 +58,14 @@ clean: include depend fg_timer.o: - $(CC) $(CFLAGS) -c fg_timer.c + $(CC) $(CFLAGS) -c fg_timer.c -o $@ #--------------------------------------------------------------------------- # $Log$ +# Revision 1.9 1997/07/20 02:19:12 curt +# First stab at a system to generate os2 makefiles automatically. +# # Revision 1.8 1997/07/14 16:26:05 curt # Testing/playing -- placed objects randomly across the entire terrain. #