Add in *.c files to source tree
This commit is contained in:
parent
392ca0e9ef
commit
9e2d667d54
@ -349,6 +349,7 @@ archivefile:
|
||||
if test -f createlinks ; then cp createlinks $(TEMPDIR)/$(TREEPATH) ; fi ;
|
||||
if test -f COPYING ; then cp COPYING $(TEMPDIR)/$(TREEPATH) ; fi ;
|
||||
if test -f LICENSE ; then cp LICENSE $(TEMPDIR)/$(TREEPATH) ; fi ;
|
||||
if test -f *.c ; then cp *.c $(TEMPDIR)/$(TREEPATH) ; fi ;
|
||||
rm -f $TREEPATH.$EXT*
|
||||
tar -czvf $(TREEPATH).$(EXT) -C $(TEMPDIR) $(TREEPATH)
|
||||
find $(TEMPDIR) -delete
|
||||
|
Loading…
Reference in New Issue
Block a user