diff options
Diffstat (limited to 'make/wtools.mk')
-rw-r--r-- | make/wtools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/wtools.mk b/make/wtools.mk index 5e27721af..4289c962c 100644 --- a/make/wtools.mk +++ b/make/wtools.mk @@ -32,6 +32,8 @@ $(TARGET_DIR)/sbin/iwconfig: $(WTOOLS_BUILD_DIR)/iwconfig wtools: $(TARGET_DIR)/sbin/iwconfig +wtools-source: $(DL_DIR)/$(WTOOLS_SOURCE) + wtools-clean: $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(WTOOLS_BUILD_DIR) uninstall -$(MAKE) -C $(WTOOLS_BUILD_DIR) clean |