summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 95fe381..c8e44fe 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -46,6 +46,7 @@ debug:
clean:
ifneq (${OBJS}, )
+ -@${RM} ${RMFLAGS} $(CFILES)
-@${RM} ${RMFLAGS} $(addsuffix ${EXEEXT}, $(OBJS))
endif
@@ -69,4 +70,4 @@ transform: $(CFILES)
@${RM} ${RMFLAGS} $@.o
%.c: %.xml
- ${XSLT} -o $@ transform/test-to-c.xsl $<
+ @${XSLT} -o $@ transform/test-to-c.xsl $<