Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DSerial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
apps
DSerial
Commits
43f9d1cb
Commit
43f9d1cb
authored
9 years ago
by
Isabella Skořepová
Browse files
Options
Downloads
Patches
Plain Diff
Fix push makefile target
parent
e43309f0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-3
3 additions, 3 deletions
Makefile
with
3 additions
and
3 deletions
Makefile
+
3
−
3
View file @
43f9d1cb
...
@@ -14,9 +14,9 @@ install: dserial-cli/Readme.md dserial-protocol/Readme.md dserial-server/Readme.
...
@@ -14,9 +14,9 @@ install: dserial-cli/Readme.md dserial-protocol/Readme.md dserial-server/Readme.
push
:
push
:
git push
git push
cd
dserial-cli
&&
git push
git subtree push
--prefix
=
dserial-cli/ cli master
cd
dserial-protocol
&&
git push
git subtree push
--prefix
=
dserial-protocol/ protocol master
cd
dserial-server
&&
git push
git subtree push
--prefix
=
dserial-server/ server master
%/Readme.md
:
%/Readme.md
:
git clone
$(
BASE_URL
)
%.git
git clone
$(
BASE_URL
)
%.git
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