diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ debug: $(CC) $(CFLAGS) -c -o $@ $< clean: - rm *.o mxml ezxml yxml + rm *.o mxml ezxml yxml sxmlc goencxml .PHONY: all |