]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/Makefile
First stab at a system to generate os2 makefiles automatically.
[flightgear.git] / Aircraft / Makefile
index 26e877c582fec3f32a530236b4270e169024a199..792081f37b5bcc136a8525022b4bca0cf478eadc 100644 (file)
@@ -48,7 +48,7 @@ $(TARGET): $(OFILES) $(HFILES)
 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
 
 aircraft.o:
-       $(CC) $(CFLAGS) $(INCLUDES) -c aircraft.c
+       $(CC) $(CFLAGS) $(INCLUDES) -c aircraft.c -o $@
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.9  1997/07/20 02:19:09  curt
+# First stab at a system to generate os2 makefiles automatically.
+#
 # Revision 1.8  1997/07/12 02:24:37  curt
 # Added ranlib.
 #