Skip to content

uetchy/temp_hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

派遣勇者

                      - T e m p o r a r y  H e r o -
  ___ ___         __                _____.___.                  .__
 /   |   \_____  |  | __ ____   ____\__  |   |__ __ __ __  _____|  |__ _____
/    ~    \__  \ |  |/ // __ \ /    \/   |   |  |  \  |  \/  ___/  |  \\__  \
\    Y    // __ \|    <\  ___/|   |  \____   |  |  /  |  /\___ \|   Y  \/ __ \_
 \___|_  /(____  /__|_ \\___  >___|  / ______|____/|____//____  >___|  (____  /
       \/      \/     \/    \/     \/\/                       \/     \/     \/

Compiling

以下のコマンドで完全な自動コンパイルが可能です。これには、__Autotools__が必要です。

$ ./bootstrap
$ ./configure
$ make
$ ./src/main

また、make./src/mainをまとめたrun.shを開発中に使うことが推奨されています。

$ ./run.sh

Clean

下記のコマンドでクリーニングが出来ます。

$ make clean # コンパイルした実行ファイルを削除
$ make maintainer-clean # Autotoolsによって自動生成された中間ファイルの全てを完膚なきまでに削除

Distribution

make distコマンドで配布可能なアーカイブを生成することが出来ます。

$ make dist

About

C++ console game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published