Skip to content
Snippets Groups Projects
Commit ae6ecf21 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Added Makefile

parent 5ada8eef
No related branches found
No related tags found
No related merge requests found
CFLAGS = -std=c99 -Wall
all: main.c
gcc -o robot main.c $(CFLAGS)
clean:
rm -fr *.o robot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment