summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ccc9ea..682d0fb 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ debug:
$(CC) $(CFLAGS) -c -o $@ $<
clean:
- rm *.o mxml ezxml yxml
+ rm *.o mxml ezxml yxml sxmlc goencxml
.PHONY:
all