mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 00:57:15 -05:00
Initial upload.
Adding base PRC 4.19a files to repository.
This commit is contained in:
14
trunk/Makefile
Normal file
14
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