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

Added make file.

parent fd826096
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
default:
@echo 'make tar DIRECTORY=Aufgabenblatt_X | creates a tar archiv for given pattern'
@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"
mv $(IRECTORY)*.tar.gz ~/Downloads/
clean:
find . -name "*class" -exec rm {} \;
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