X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Aircraft%2FMakefile;h=792081f37b5bcc136a8525022b4bca0cf478eadc;hb=a136c87441e11bd00c239ea8c5bcfa6447394132;hp=26e877c582fec3f32a530236b4270e169024a199;hpb=01fa9ad22c3e264a69eb4871b2946920a97b5fba;p=flightgear.git diff --git a/Aircraft/Makefile b/Aircraft/Makefile index 26e877c58..792081f37 100644 --- a/Aircraft/Makefile +++ b/Aircraft/Makefile @@ -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. #