From 38d8598d0b90efb8a2a1250abe7c3655055b0099 Mon Sep 17 00:00:00 2001 From: Ghislain Rodrigues Date: Mon, 15 May 2017 13:04:13 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e56716e..33124c5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME := floodit TARGET := $(NAME) TARGETDIST := $(NAME).opk -DISTFILES := $(TARGET) ClearSans-Medium.ttf resources +DISTFILES := $(TARGET) ClearSans-Medium.ttf LICENCE.md README.md resources OBJS := *.c OPTS := -g -O2 -Wall LIB := -lSDL2 -lSDL2_ttf -lSDL2_net -lSDL2_image