X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Slew%2FMakefile;h=3083696f69b3c009343267cc9de59f9347a15d08;hb=a136c87441e11bd00c239ea8c5bcfa6447394132;hp=8ead29b294497dc41d37e82851a0c34e7bc49f58;hpb=01fa9ad22c3e264a69eb4871b2946920a97b5fba;p=flightgear.git diff --git a/Slew/Makefile b/Slew/Makefile index 8ead29b29..3083696f6 100644 --- a/Slew/Makefile +++ b/Slew/Makefile @@ -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 slew.o: - $(CC) $(CFLAGS) $(INCLUDES) -c slew.c + $(CC) $(CFLAGS) $(INCLUDES) -c slew.c -o $@ #--------------------------------------------------------------------------- # $Log$ +# Revision 1.8 1997/07/20 02:19:10 curt +# First stab at a system to generate os2 makefiles automatically. +# # Revision 1.7 1997/07/12 02:24:49 curt # Added ranlib. #