Skip to content

Commit

Permalink
fixes to Makefile.minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 13, 2021
1 parent d1e6bd9 commit 2d17060
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.minimal
Expand Up @@ -5,9 +5,10 @@ CFLAGS = -g -O2 $(INCLUDE)
AR = ar
RANLIB = ranlib

TARGET = libSDL.a
TARGET = libSDL2.a
SOURCES = \
src/*.c \
src/atomic/*.c \
src/audio/*.c \
src/audio/dummy/*.c \
src/cpuinfo/*.c \
Expand All @@ -30,11 +31,13 @@ SOURCES = \
src/sensor/*.c \
src/sensor/dummy/*.c \
src/stdlib/*.c \
src/libm/*.c \
src/thread/*.c \
src/thread/generic/*.c \
src/timer/*.c \
src/timer/dummy/*.c \
src/video/*.c \
src/video/yuv2rgb/*.c \
src/video/dummy/*.c \

OBJECTS = $(shell echo $(SOURCES) | sed -e 's,\.c,\.o,g')
Expand Down

0 comments on commit 2d17060

Please sign in to comment.