From bb816b01f60b861afa7c00a4862b5ad97a278e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mei=C3=9Fner?= <daniel@3st.mine.nu> Date: Thu, 5 Apr 2012 18:42:46 +0200 Subject: [PATCH] Removed *.class files from tar.gz archive. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d6655f..e1fa58d 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: -- GitLab