aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vnet/vnetd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vnet/vnetd/Makefile')
-rw-r--r--tools/vnet/vnetd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/vnet/vnetd/Makefile b/tools/vnet/vnetd/Makefile
index 74a3d07b40..fe54c21bd1 100644
--- a/tools/vnet/vnetd/Makefile
+++ b/tools/vnet/vnetd/Makefile
@@ -19,6 +19,7 @@
VNET_ROOT = $(shell cd .. && pwd)
include $(VNET_ROOT)/Make.env
+.PHONY: all
all: vnetd
#----------------------------------------------------------------------------
@@ -104,10 +105,12 @@ VNETD_LIBS:= $(GC_LIB_A)
vnetd: $(VNETD_OBJ)
$(CC) $(CFLAGS) -o $@ $^ $(VNETD_LIBS) -ldl -lpthread
+.PHONY: install
install: vnetd
mkdir -p $(DESTDIR)$(VNETD_INSTALL_DIR)
install -m 0755 vnetd $(DESTDIR)$(VNETD_INSTALL_DIR)
+.PHONY: clean
clean:
-@$(RM) *.a *.o *~
-@$(RM) vnetd