X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Simulator%2FMakefile;h=92e1b2fe94efe0041460f5cdbc4067d2d8a485ee;hb=450a307fc28f9e7563953599e799b274add831ab;hp=6380c973211456e6a72b7db2c1b6f13492d5bf5a;hpb=0688c54540c1d867e79217ab06a6e7a9331bb30e;p=flightgear.git diff --git a/Simulator/Makefile b/Simulator/Makefile index 6380c9732..92e1b2fe9 100644 --- a/Simulator/Makefile +++ b/Simulator/Makefile @@ -27,8 +27,8 @@ CC = gcc -SUBSUBDIRS = flight/LaRCsim flight/slew -SUBDIRS = aircraft controls flight mat3 scenery timer +SUBSUBDIRS = Flight/LaRCsim Flight/Slew +SUBDIRS = Aircraft Controls Flight mat3 Scenery Timer MAIN = OpenGL @@ -51,8 +51,17 @@ clean: done +tar: clean + (cd ../..; \ + tar cvf prototype-0.04.tar FlightGear/COPYING FlightGear/Docs \ + FlightGear/Scenery/mesa-e.scn FlightGear/Src FlightGear/Thanks) + + #--------------------------------------------------------------------------- # $Log$ +# Revision 1.7 1997/06/21 17:12:38 curt +# Capitalized subdirectory names. +# # Revision 1.6 1997/06/16 19:32:50 curt # Starting to add general timer support. #