diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-12-24 19:52:37 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-12-24 19:52:37 +0100 |
commit | 4eee72704bd85db58981636109fdb456eb78a3c1 (patch) | |
tree | 5e86993c37df303294d04212c4b12538f8d7eafe /Makefile | |
parent | 35465f27ed87646a18cd9298eae861f14385300e (diff) |
Add debug symbols in makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC = g++ -CFLAGS = -Wall +CFLAGS = -Wall -g TARGET = tetris |