Re-generated Makefiles
This commit is contained in:
parent
6f94b17f42
commit
753c4f20cf
4
Makefile
4
Makefile
|
@ -2,7 +2,7 @@ PACKAGE = scripts
|
|||
VERSION = 0.0.0
|
||||
SUBDIRS = src targets
|
||||
RM = rm -f
|
||||
LN = ln -sf
|
||||
LN = ln -f
|
||||
TAR = tar -czvf
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ distclean:
|
|||
|
||||
dist:
|
||||
$(RM) -r $(PACKAGE)-$(VERSION)
|
||||
$(LN) . $(PACKAGE)-$(VERSION)
|
||||
$(LN) -s . $(PACKAGE)-$(VERSION)
|
||||
@$(TAR) $(PACKAGE)-$(VERSION).tar.gz \
|
||||
$(PACKAGE)-$(VERSION)/src/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/deforaos-build.sh \
|
||||
|
|
Loading…
Reference in New Issue
Block a user