Skip to content
Snippets Groups Projects
Commit bb816b01 authored by Daniel Meißner's avatar Daniel Meißner
Browse files

Removed *.class files from tar.gz archive.

parent fae2fa66
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ default:
@echo 'make clean | removed all class and tmp files'
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/
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment