diff options
author | rodri <rgl@antares-labs.eu> | 2021-03-08 21:01:40 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2021-03-08 21:01:40 +0000 |
commit | c35a8302c6275a1ba71dcdff15f58310d064a909 (patch) | |
tree | 855fea01169b4de19a8d777446008df0ed672a54 /mkfile | |
parent | c24c56fa9ac83b61a6ad6732f9704b9dddf79b22 (diff) | |
download | gamephysics-c35a8302c6275a1ba71dcdff15f58310d064a909.tar.gz gamephysics-c35a8302c6275a1ba71dcdff15f58310d064a909.tar.bz2 gamephysics-c35a8302c6275a1ba71dcdff15f58310d064a909.zip |
refactor statistics code to make it more general purpose.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ BIN=/$objtype/bin/games TARG=physics OFILES=\ alloc.$O\ + stats.$O\ main.$O\ HFILES=\ |