]> git.mxchange.org Git - flightgear.git/blobdiff - Time/Makefile
First stab at a system to generate os2 makefiles automatically.
[flightgear.git] / Time / Makefile
index 47af6b17acabbf4641bd385f8f6ff4d6e28bdbb9..a12b3e3636f54ffdf6a2ea256908e02e3bc98e76 100644 (file)
@@ -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,17 @@ clean:
 include depend
 
 fg_timer.o:
-       $(CC) $(CFLAGS) $(INCLUDES) -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.
+#
 # Revision 1.7  1997/07/12 02:24:48  curt
 # Added ranlib.
 #