]> git.mxchange.org Git - flightgear.git/blobdiff - Time/Makefile
First stab at a system to generate os2 makefiles automatically.
[flightgear.git] / Time / Makefile
index e19d2555372ab8245a3b39d1e1641f8dc117345e..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,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.
 #