chip-8

Makefile

100 B
1chip8: main.c
2	$(CC) main.c -o chip8 `sdl2-config --cflags --libs` -Wall -Wextra -pedantic -std=c99