Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philippe Gaussier
Drone FlyMonitor2
Commits
bf816264
Commit
bf816264
authored
Oct 18, 2021
by
Philippe Gaussier
Browse files
add a makefile for git test
parent
1fff2002
Pipeline
#1603
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
bf816264
.PHONY
:
flyMonitor status
all
:
flyMonitor
flyMonitor
:
cd
Com_server
;
mkdir
build
;
cd
build
;
cmake ..
;
make
test
:
echo
"TODO..."
clean
:
cd
Com_server
;
make clean
;
cd
..
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment