ref: 7097b9885e4ff0c36878d5928c9554c673e82305
parent: f2c207cb4460634d7c2145d6f62406ba8c21a10a
author: Antonio Niño Díaz <[email protected]>
date: Sun Apr 9 18:06:49 EDT 2017
Fix clean target of the Makefile Two html documentation files weren't cleaned as expected. Signed-off-by: Antonio Niño Díaz <[email protected]>
--- a/Makefile
+++ b/Makefile
@@ -63,9 +63,9 @@
all: rgbasm rgblink rgbfix rgbgfx
clean:
- $Q${RM} rgbds.html
+ $Q${RM} rgbds.html gbz80.html
$Q${RM} rgbasm rgbasm.exe ${rgbasm_obj} rgbasm.html
- $Q${RM} rgblink rgblink.exe ${rgblink_obj} rgblink.html
+ $Q${RM} rgblink rgblink.exe ${rgblink_obj} rgblink.html rgblink-script.html
$Q${RM} rgbfix rgbfix.exe ${rgbfix_obj} rgbfix.html
$Q${RM} rgbgfx rgbgfx.exe ${rgbgfx_obj} rgbgfx.html
$Q${RM} src/asm/asmy.c src/asm/asmy.h