Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
algodat-12-dm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dmeiss2s
algodat-12-dm
Commits
bb816b01
Commit
bb816b01
authored
12 years ago
by
Daniel Meißner
Browse files
Options
Downloads
Patches
Plain Diff
Removed *.class files from tar.gz archive.
parent
fae2fa66
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
+1
-1
1 addition, 1 deletion
Makefile
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
bb816b01
...
@@ -3,7 +3,7 @@ default:
...
@@ -3,7 +3,7 @@ default:
@
echo
'make clean | removed all class and tmp files'
@
echo
'make clean | removed all class and tmp files'
tar
:
tar
:
tar
czf Algodat_2012-
$(
DIRECTORY
)
-dmeiss2s
.tar.gz
$(
DIRECTORY
)
*
--exclude
=
nbproject
--exclude
=
manifest.mf
--exclude
=
build
--exclude
==
dist/
--exclude
=
.class
--exclude
=
build.xml
--exclude
=
dist
--exclude
=
"*.dia"
tar
czf Algodat_2012-
$(
DIRECTORY
)
-dmeiss2s
.tar.gz
$(
DIRECTORY
)
*
--exclude
=
nbproject
--exclude
=
manifest.mf
--exclude
=
build
--exclude
==
dist/
--exclude
=
"*
.class
"
--exclude
=
build.xml
--exclude
=
dist
--exclude
=
"*.dia"
mv
$(
IRECTORY
)
*
.tar.gz ~/Downloads/
mv
$(
IRECTORY
)
*
.tar.gz ~/Downloads/
clean
:
clean
:
...
...
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