diff options
author | Marco d'Itri <md@linux.it> | 2014-12-26 20:13:49 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2014-12-26 20:14:35 +0100 |
commit | 07b3e728f233bbf0bb081588c206c80b6d064fa4 (patch) | |
tree | a6f0b9bf7c1dbfc515bd021564f8ad83bd251044 /Makefile | |
parent | 4fa1cd69e45dc29249e8abc413278a7982c996c5 (diff) | |
download | whois-07b3e728f233bbf0bb081588c206c80b6d064fa4.tar.gz |
Delete the new_gtlds.h generated file on make clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ distclean: clean clean: rm -f Makefile.depend as_del.h as32_del.h ip_del.h ip6_del.h \ - tld_serv.h servers_charset.h *.o whois mkpasswd + new_gtlds.h tld_serv.h servers_charset.h *.o whois mkpasswd rm -f po/*.mo pos: |