diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-02-19 22:23:18 +0000 |
commit | d0f6986345970955d6390a6953c35babf587c262 (patch) | |
tree | b9c55d804a317558da506f9655ff495856ef47d8 /toxy/Makefile | |
parent | d405128358369b5b7424c086c67345d12edfde7d (diff) |
many small improvements in toxy, plustot added
svn path=/trunk/externals/miXed/; revision=1321
Diffstat (limited to 'toxy/Makefile')
-rw-r--r-- | toxy/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toxy/Makefile b/toxy/Makefile index fc022be..1718111 100644 --- a/toxy/Makefile +++ b/toxy/Makefile @@ -1,2 +1,6 @@ ROOT_DIR = .. +redefault: default.wiq default +default.wiq: $(ROOT_DIR)/test/toxy/default.wid + $(ROOT_DIR)/quoteinitializer $< \ + '"puts [concat loading built-in widget definitions]\n"' > $@ include $(ROOT_DIR)/Makefile.common |