Changed Makefile to SDL

This commit is contained in:
0xmac 2025-01-07 08:14:50 +01:00
parent 889877d614
commit a87358662b

View File

@ -2,7 +2,7 @@
CC=gcc CC=gcc
O=2 O=2
CFLAGS=-lcsfml-window -lcsfml-system -lcsfml-graphics CFLAGS=-D_REENTRANT -lSDL2
PREFIX=$(HOME)/.local PREFIX=$(HOME)/.local
all: ls7emulator all: ls7emulator