Minor changes, removed the use of 'sudo' & changed build archive name from ncc.tar.gz to build.tar.gz
This commit is contained in:
parent
d34d857a84
commit
ec7e7a31ca
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -106,7 +106,7 @@ redist: autoload
|
|||
cp -rf $(SRC_PATH)/default_repositories/*.json $(BUILD_PATH)/src/repositories
|
||||
|
||||
tar: redist
|
||||
cd $(BUILD_PATH)/src; tar -czvf ../ncc.tar.gz *
|
||||
cd $(BUILD_PATH)/src; tar -czvf ../build.tar.gz *
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILD_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue