summaryrefslogtreecommitdiffstats
path: root/migratetags/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'migratetags/Makefile')
-rw-r--r--migratetags/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/migratetags/Makefile b/migratetags/Makefile
index 19f4335..fcfea28 100644
--- a/migratetags/Makefile
+++ b/migratetags/Makefile
@@ -4,7 +4,7 @@ TARGETS= migratetags
all: $(TARGETS)
clean:
- rm $(TARGETS)
+ rm -f $(TARGETS)
.cpp:
g++ -g `pkg-config --cflags sword` $< -o $@ `pkg-config --libs sword`