diff options
Diffstat (limited to 'make/tn5250.mk')
-rw-r--r-- | make/tn5250.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/tn5250.mk b/make/tn5250.mk index 083630f6f..6fcc160d6 100644 --- a/make/tn5250.mk +++ b/make/tn5250.mk @@ -39,6 +39,8 @@ $(TARGET_DIR)/usr/bin/tn5250: $(TN5250_DIR)/tn5250 tn5250: uclibc slang $(TARGET_DIR)/usr/bin/tn5250 +tn5250-source: $(DL_DIR)/$(TN5250_SOURCE) + tn5250-clean: $(MAKE) -C $(TN5250_DIR) clean |