jeu de la vie
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,7 +1,7 @@
|
||||
CC := gcc
|
||||
CFLAGS := -Wall -Wextra -g -fsanitize=address,undefined $(shell sdl2-config --cflags)
|
||||
LDFLAGS := $(shell sdl2-config --libs)
|
||||
TARGET := main
|
||||
TARGET := game_of_life
|
||||
|
||||
SRC_DIR := src
|
||||
BLD_DIR := build
|
||||
@@ -28,4 +28,7 @@ clean:
|
||||
fclean: clean
|
||||
rm -f $(TARGET)
|
||||
|
||||
run:
|
||||
./$(TARGET)
|
||||
|
||||
re: fclean all
|
||||
|
||||
Reference in New Issue
Block a user