Further file organization
Further file organization
This commit is contained in:
14
nwn/nwnprc/trunk/Makefile
Normal file
14
nwn/nwnprc/trunk/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
all:
|
||||
cd scripts; sh ./build.sh all
|
||||
|
||||
clean:
|
||||
cd scripts; sh ./build.sh clean
|
||||
|
||||
scripts:
|
||||
cd scripts; sh ./build.sh scripts
|
||||
|
||||
pack:
|
||||
cd scripts; sh ./build.sh pack
|
||||
|
||||
install:
|
||||
cd scripts; sh ./build.sh install
|
Reference in New Issue
Block a user