diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2020-04-01 12:20:19 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2020-04-01 12:20:19 +0200 |
commit | c3bc6e494658abc379855a54a029356730f67413 (patch) | |
tree | 9db54cd52d9a0e6b57ffad43cd512f43e5ffda5e /GNUmakefile | |
parent | 1ec4b56e7221a8e43916c7b3ac8c86d588679a74 (diff) |
Corona news feed
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 522e1c5..fb6084a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1084,6 +1084,7 @@ GOBJ_ = \ $(B)/game/g_ptr.o \ $(B)/game/g_weapon.o \ $(B)/game/g_admin.o \ + $(B)/game/g_corona.o \ \ $(B)/qcommon/q_math.o \ $(B)/qcommon/q_shared.o |