mirror of
https://github.com/depp/syncfiles.git
synced 2025-01-17 19:30:23 +00:00
ad220442d7
The -std=c89 option is too pedantic, and the old CodeWarrior compiler accepts various extensions (like line comments) anyway. Rather than using -std=c89 to ensure the code is compatible with old compilers, we will actually test on the old compilers.