diff options
| author | realtradam <[email protected]> | 2022-11-02 21:07:41 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-02 21:07:41 -0400 |
| commit | 53ef8694998392856c44e7397860e04e2dddac49 (patch) | |
| tree | 8786007667f98105e887426fb11f945d4cfe9ac0 /.vimrc | |
| parent | f8f6d0d2e3e2a21bf48e0ae131015e2542f0f840 (diff) | |
| download | orbital_game-53ef8694998392856c44e7397860e04e2dddac49.tar.gz orbital_game-53ef8694998392856c44e7397860e04e2dddac49.zip | |
made build system
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +" press F5 to compile and execute the project code +map <f5> :AsyncRun -save=1 make run <CR> |
