From e60c3c684f87f32ba0500892ff85215faaaad0d5 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Mon, 19 Jul 2021 17:30:55 +0100 Subject: Feature: Added timers thread --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17f9717..2b88fe9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=egcc -CFLAGS=-std=c99 -g -Wall -I. +CFLAGS=-std=c99 -g -Wall -I. -lpthread all: chip8_emulator -- cgit 1.4.1