diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-06 17:22:49 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-02-06 17:22:49 +0000 |
commit | 8e8c6d5b081376e547ca8b79d10e947e67d513eb (patch) | |
tree | eca4f5d87b75b1edba0bfc01d03a5644f0b9f406 /examples/IOStream | |
parent | 6dc4ecbc856fee1ffd1a2c180bf411cb41f3dd3c (diff) | |
download | ATCD-8e8c6d5b081376e547ca8b79d10e947e67d513eb.tar.gz |
reenabled this subproject
Diffstat (limited to 'examples/IOStream')
-rw-r--r-- | examples/IOStream/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/IOStream/Makefile b/examples/IOStream/Makefile index 0e6290736b9..699113be687 100644 --- a/examples/IOStream/Makefile +++ b/examples/IOStream/Makefile @@ -10,8 +10,8 @@ INFO = README -DIRS = # client \ - # server +DIRS = client \ + server #---------------------------------------------------------------------------- # Include macros and targets |