diff --git a/Makefile b/Makefile index 6d6655f8e09a8985dac12a6b3d397d0b53294e52..e1fa58d3d933b75543398842e6976b6c3343b824 100644 --- a/Makefile +++ b/Makefile @@ -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: