diff options
| author | Damien George | 2014-02-11 21:42:09 +0000 |
|---|---|---|
| committer | Damien George | 2014-02-11 21:42:09 +0000 |
| commit | 323f39a2b383ba1f4b65f5cd786a2531589d1677 (patch) | |
| tree | b1c589947293ee36e00a1fe6813b5feb710126a9 /unix/Makefile | |
| parent | 0d14d1301667132ea12ae37ff8fe8b04842a69f1 (diff) | |
| parent | 723a6ed37175fcade87802c8ab44325971446020 (diff) | |
Merge pull request #278 from pfalcon/unix-gc
Enable GC for Unix port
Diffstat (limited to 'unix/Makefile')
| -rw-r--r-- | unix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/Makefile b/unix/Makefile index 317bcb5eb..1ce00eb28 100644 --- a/unix/Makefile +++ b/unix/Makefile @@ -35,6 +35,7 @@ endif # source files SRC_C = \ main.c \ + gccollect.c \ file.c \ socket.c \ $(SRC_MOD) |
