Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ardupilot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SASC
ardupilot
Commits
aee82db2
Commit
aee82db2
authored
8 years ago
by
Dr.-Ing. Amilcar Do Carmo Lucas
Committed by
Francisco Ferreira
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Sub: add to the main makefile
parent
82e7e44c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-4
7 additions, 4 deletions
Makefile
with
7 additions
and
4 deletions
Makefile
+
7
−
4
View file @
aee82db2
...
...
@@ -4,15 +4,15 @@
all
:
sitl
sitl
:
TARGET=sitl
sitl
:
plane copter rover antennatracker
sitl
:
plane copter rover
sub
antennatracker
linux
:
TARGET=linux
linux
:
plane copter rover antennatracker
linux
:
plane copter rover
sub
antennatracker
clean
:
TARGET=clean
clean
:
plane copter rover antennatracker
clean
:
plane copter rover
sub
antennatracker
.PHONY
:
plane copter rover antennatracker
.PHONY
:
plane copter rover
sub
antennatracker
plane
:
$(
MAKE
)
-C
ArduPlane
$(
TARGET
)
...
...
@@ -23,5 +23,8 @@ copter:
rover
:
$(
MAKE
)
-C
APMrover2
$(
TARGET
)
sub
:
$(
MAKE
)
-C
ArduSub
$(
TARGET
)
antennatracker
:
$(
MAKE
)
-C
AntennaTracker
$(
TARGET
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment