1
0
Fork 0

misc: Create a makefile to help in exporting to pharo

This commit is contained in:
Holger Hans Peter Freyther 2013-02-10 12:16:28 +01:00
parent 39eeb84682
commit 3f3d1d9940
2 changed files with 14 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.sw?
fileout.st

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
GST_PACKAGE = gst-package
GST_CONVERT = gst-convert
CONVERT_RULES = -r'Osmo.LogManager->LogManager' \
all:
$(GST_PACKAGE) --test package.xml
convert:
$(GST_CONVERT) $(CONVERT_RULES) -F squeak -f gst LogManager.st fileout.st