forked from mirrors/tftp-hpa-google
Add "make release" target for what goes into the distribution.
This commit is contained in:
parent
c5b2406d51
commit
070ca7c888
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -30,6 +30,10 @@ spotless: distclean
|
||||||
|
|
||||||
config: MCONFIG
|
config: MCONFIG
|
||||||
|
|
||||||
|
release:
|
||||||
|
$(MAKE) configure
|
||||||
|
$(MAKE) distclean
|
||||||
|
|
||||||
MCONFIG: configure MCONFIG.in config.h.in
|
MCONFIG: configure MCONFIG.in config.h.in
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue