Note: By default the Makefile defines 'CC=gcc -std=gnu99' and because we automatically pass 'CC=gcc' as make argument which overwrites the the needed '-std=gnu99' we need to workaround the problem manually