From 9aa17b4c537f77fc01d49ab7167b1b3c179c7b97 Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Fri, 31 Jan 2014 22:27:07 +0100
Subject: [PATCH] Moved ca65html out of the src directory.
- A HTML generator isn't really the core of a C/asm toolchain.
- A Perl script isn't actually as portable as one might think.
---
{src/ca65html => util}/ca65html | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename {src/ca65html => util}/ca65html (100%)
mode change 100755 => 100644
diff --git a/src/ca65html/ca65html b/util/ca65html
old mode 100755
new mode 100644
similarity index 100%
rename from src/ca65html/ca65html
rename to util/ca65html
--
2.39.5