mirror of
https://github.com/moparisthebest/sslh
synced 2024-11-21 16:45:03 -05:00
Fix build issues when version.h doesn't exist yet
This commit is contained in:
parent
66c7d674a0
commit
d14dcdee5c
2
Makefile
2
Makefile
@ -80,7 +80,7 @@ distclean: clean
|
|||||||
rm -f tags cscope.*
|
rm -f tags cscope.*
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f sslh-fork sslh-select echosrv $(MAN) *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
|
rm -f sslh-fork sslh-select echosrv version.h $(MAN) *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
ctags --globals -T *.[ch]
|
ctags --globals -T *.[ch]
|
||||||
|
Loading…
Reference in New Issue
Block a user