diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-10-15 15:34:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-15 15:34:49 +0200 |
commit | 2c1afc394913da7cb4823d72f3a11fbc43c9595e (patch) | |
tree | 20ec59ddb5e9cad0163e5a6312f88d527c391846 /src/app/prototest/Makefile.inc | |
parent | 8402005b21f0b2debc4afd0eb1bcc2b7118948de (diff) |
prototest wip
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r-- | src/app/prototest/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc index 56410e0..ae7794e 100644 --- a/src/app/prototest/Makefile.inc +++ b/src/app/prototest/Makefile.inc @@ -1,2 +1,2 @@ loop ?= 1 -TARGETS += src/os/object/xdrstream.cc +TARGETS += src/os/object/xdrstream.cc src/os/object/xdrinput.cc |