OBJS = main.c OBJ_NAME = chip8 all : $(OBJS) gcc -g $(OBJS) -lSDL2 -o $(OBJ_NAME)