1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/tw2/source/tiddlywiki/Makefile
Jeremy Ruston a1c8ac624f Added first pass at support for building TiddlyWiki 2.6.x with TW5
There are still some whitespace and attribute ordering issues, but the
result runs correctly.
2012-05-29 22:02:38 +01:00

23 lines
475 B
Makefile
Executable File

# Start at a Makefile or managing build activities.
# Expects a 'cook' script somewhere on the $PATH.
# See 'cook' in this directory for a sample you can use.
# For now users the OSX specific "open" to run a test file. This
# will need to change.
#
clean:
rm *.html || true
rm *.jar || true
rm *.js || true
test: clean tests.html
ln -sf test/recipes/sample.txt .
open tests.html
tests.html:
cook $(PWD)/test/recipes/tests.html.recipe tests.html
alpha:
./bldalpha