]> git.mxchange.org Git - flightgear.git/blobdiff - Weather/Makefile
First stab at a system to generate os2 makefiles automatically.
[flightgear.git] / Weather / Makefile
index 24b21d3623c36e21ea1b913b435879a8beffeb19..667f25c12437c88a590e4e5815d3ec418ce1b3cd 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
 
 weather.o:
-       $(CC) $(CFLAGS) -c weather.c
+       $(CC) $(CFLAGS) -c weather.c -o $@
 
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.2  1997/07/20 02:19:12  curt
+# First stab at a system to generate os2 makefiles automatically.
+#
 # Revision 1.1  1997/07/19 23:03:57  curt
 # Initial revision.
 #