NAME=TDEC_plasma $(NAME): $(NAME).cpp g++ -Wall $(NAME).cpp `sdl2-config --libs --cflags` -lSDL2_image -lm -o $(NAME) clean: rm -f *.o $(NAME) core