Skip to content

Commit 9b8867b

Browse files
committed
compat release work
1 parent 9cf7bd2 commit 9b8867b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

compat/Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FILES=README package.4th anslocal.fs assert.fs caseext.fs control.fs defer.fs \
2+
exception.fs execute-parsing.fs loops.fs macros.fs required.fs \
3+
strcomp.fs struct.fs vocabulary.fs xlocals.fs
4+
5+
all: $(FILES)
6+
rm -f ../compat.zip
7+
cd .. && zip -9r compat.zip $(foreach file, $(FILES), compat/$(file))
8+

compat/package.4th

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
forth-package
22
key-value name compat
3-
key-value version 1.0.0
3+
key-value version 1.1.0
44
key-value license public domain
55
key-value description Portable (mostly standard) implementations of some Gforth features
66
key-list tags Forth-94

0 commit comments

Comments
 (0)