summaryrefslogtreecommitdiff
path: root/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 234618f..659c8a0 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -31,6 +31,5 @@ motifButtonIvy.o: motifButtonIvy.c
motifButtonIvy: motifButtonIvy.o
$(CC) -o $@ $< $(MOTIFLIB) -lxtivy -lpcre $(EXTRALIB)
-
clean:
rm -fR $(OBJS) $(TARGETS)