Overview
Comment: | Updated to support compiling filed in alternate directories |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
08602df0fccba1ad0617a80cb5cc5927 |
User & Date: | rkeene on 2016-09-22 19:02:20 |
Other Links: | manifest | tags |
Context
2016-09-22
| ||
19:28 | Added script to create precompiled binaries check-in: d3f770e3c3 user: rkeene tags: trunk | |
19:02 | Updated to support compiling filed in alternate directories check-in: 08602df0fc user: rkeene tags: trunk | |
18:34 | Updated to use nanosleep() instead of usleep() which requires a _BSD_SOURCE macro check-in: 1fb0b13c23 user: rkeene tags: trunk | |
Changes
Modified Makefile from [d6a72f7309] to [2fd19df44e].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + + + - + - - - + + + - + - + | CC = gcc |
︙ |