diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-18 20:50:58 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-18 20:50:58 +0100 |
| commit | 79ab0bdeedd6e7f97b4c246b4319af5eac545061 (patch) | |
| tree | 841a4fafcd634285cf9a267e0e80550735a154c3 /Makefile | |
| parent | b228349c5d3e93e8e58e96efeb332fdb58093f0f (diff) | |
| download | 2048-79ab0bdeedd6e7f97b4c246b4319af5eac545061.tar.gz 2048-79ab0bdeedd6e7f97b4c246b4319af5eac545061.tar.bz2 2048-79ab0bdeedd6e7f97b4c246b4319af5eac545061.zip | |
game class, display of the game grid
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) -LDFLAGS = $(shell sdl2-config --libs) +LDFLAGS = $(shell sdl2-config --libs) -lSDL2_ttf SRC = $(shell find $(SRCDIR) -type f -name "*.cpp") INC = $(shell find $(INCDIR) -type f -name "*.h" -name "*.hpp") |
