aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/xenpmd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile
index 7e9353bfb0..10cb2fb211 100644
--- a/tools/xenpmd/Makefile
+++ b/tools/xenpmd/Makefile
@@ -19,4 +19,7 @@ install: all
clean:
$(RM) -f $(BIN) $(DEPS)
+%: %.c Makefile
+ $(CC) $(CFLAGS) $< $(LDFLAGS) -o $@
+
-include $(DEPS)