This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
trick
Watch
1
Star
0
Fork
0
You've already forked trick
mirror of
https://github.com/nasa/trick.git
synced
2025-02-11 05:01:18 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
trick
/
trick_sims
/
SIM_aircraft
/
models
/
graphics
/
Makefile
7 lines
41 B
Makefile
Raw
Normal View
History
Unescape
Escape
Merge Sim aircraft into master (#1429) * Initial commit of SIM_aircraft * Add SIM_aircraft variable server client (#1394) * Add control panel * Remove comments * Add Makefile Co-authored-by: Zero Nelson <zeronelson13@gmail.com> Co-authored-by: zeronelson <95947013+zeronelson@users.noreply.github.com> Co-authored-by: Zero Nelson <zeronelson13@gmail.com>
2023-01-18 11:49:09 -06:00
Use Maven to build AircraftDisplay.jar instead of directly from Makefile. (#1435)
2023-01-24 17:19:19 -06:00
all
:
mvn package
Merge Sim aircraft into master (#1429) * Initial commit of SIM_aircraft * Add SIM_aircraft variable server client (#1394) * Add control panel * Remove comments * Add Makefile Co-authored-by: Zero Nelson <zeronelson13@gmail.com> Co-authored-by: zeronelson <95947013+zeronelson@users.noreply.github.com> Co-authored-by: Zero Nelson <zeronelson13@gmail.com>
2023-01-18 11:49:09 -06:00
clean
:
Use Maven to build AircraftDisplay.jar instead of directly from Makefile. (#1435)
2023-01-24 17:19:19 -06:00
rm -rf build
Reference in New Issue
Copy Permalink