diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-21 03:56:19 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-21 03:56:19 +0100 |
| commit | 88f5eb3447073fc6a87786da6a9b6b788f9bde66 (patch) | |
| tree | 2fb30f59e539b08cb53c4b7d7336238acc4ca1ed /Makefile | |
| parent | 166c06083212a5657fcaf03328bf530f9eb8b0d8 (diff) | |
| download | mario_sokoban-88f5eb3447073fc6a87786da6a9b6b788f9bde66.tar.gz mario_sokoban-88f5eb3447073fc6a87786da6a9b6b788f9bde66.tar.bz2 mario_sokoban-88f5eb3447073fc6a87786da6a9b6b788f9bde66.zip | |
Added basic game init with string and game display
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ OBJDIR = build CXX = g++ CXXFLAGS = -Wall -Wextra -I$(INCDIR) $(shell sdl2-config --cflags) -std=c++98 -LDFLAGS = $(shell sdl2-config --libs) -lSDL2_ttf +LDFLAGS = $(shell sdl2-config --libs) SRC = $(shell find $(SRCDIR) -type f -name "*.cpp") INC = $(shell find $(INCDIR) -type f -name "*.h" -o -name "*.hpp") |
