all repos — hex @ 9e09f8ed3754d066e97a5844731b604ffc47c6ba

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Refactoring.
h3rald h3rald@h3rald.com
Sat, 30 Nov 2024 17:09:29 +0100
commit

9e09f8ed3754d066e97a5844731b604ffc47c6ba

parent

29fa00c6aaff74a76108cde505e73b83b0f26462

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M MakefileMakefile

@@ -12,11 +12,11 @@ rm hex

.PHONY: test test: - ./hex tests.hex + ./hex test.hex .PHONY: dtest dtest: - ./hex -d tests.hex + ./hex -d test.hex .PHONY: web web: