summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0eea24b..738ccfc 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ clean:
rm -rf $(BIN) *.o *.dSYM
for pl in $(PLUGINS); do make -C $(PLUGINDIR) $@ PLUGINNAME=$$pl; done
-remake: clean all
+remake: clean
+ make all
$(BIN): $(patsubst %.c,%.o,$(wildcard *.c))