#!/bin/bash

command="gcc -Wall -Wcast-align -Wcast-qual -Wimplicit  -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wreturn-type -Wshadow -Wstrict-prototypes -Wswitch -Wunused -Iincludes -S -o /dev/null CVRobot.c"
echo "${command}"
${command}

