Skip to content

Commit

Permalink
Make the declaration order consistent for platforms.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed Jun 2, 2020
1 parent fea5fbe commit f017f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ TARGET=-o $(TITLE).exe && mt.exe -nologo -manifest windows\$(TITLE).manifest -ou
COMPILE=rc.exe /nologo windows\$(TITLE).rc && $(CC) $(FLAGS) $(SOURCE) $(LIBS) # \
!else
# make:
CC=clang
CP=cp -f
MV=mv -f
RM=rm -f
CC=clang
SDL2_FLAGS=`$$(which sdl2-config) --cflags --libs`
SOURCE=source/$(TITLE).c
LIBS=$(SDL2_FLAGS) -l SDL2_image -l SDL2_mixer -l SDL2_ttf
Expand Down

0 comments on commit f017f1b

Please sign in to comment.