]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/Makefile
First stab at a system to generate os2 makefiles automatically.
[flightgear.git] / FDM / Makefile
index 1787a75cc1600d1208556a8cde4a6f0f18c7402b..4f7fd0471198634d254eab334dab3e03d18c8d2a 100644 (file)
@@ -47,7 +47,7 @@ $(TARGET): $(OFILES)
 all: $(TARGET)
 
 clean:
-       rm -f *.o $(TARGET) lib*.a *~ core
+       rm -f *.o $(TARGET) lib*.a *.os2 *~ core
 
 
 #---------------------------------------------------------------------------
@@ -57,11 +57,14 @@ clean:
 include depend
 
 flight.o:
-       $(CC) $(CFLAGS) $(INCLUDES) -c flight.c
+       $(CC) $(CFLAGS) $(INCLUDES) -c flight.c -o $@
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.10  1997/07/20 02:19:10  curt
+# First stab at a system to generate os2 makefiles automatically.
+#
 # Revision 1.9  1997/07/12 02:24:46  curt
 # Added ranlib.
 #