replaced scripts with makefile (call make all to build)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@432 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Pavol Rusnak
2009-08-21 14:03:39 +00:00
parent 623fa4287f
commit 2eea448e9a
4 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ clean:
rm -f *.*~
rm -rf ./editor/
widget: clean
all: clean
rm -f $(PACKAGE).wgt
cp -r ../editor .
$(ZIP) $(PACKAGE).wgt -r . -i $(FILEMASK)