Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
padawin committed May 15, 2017
1 parent ddd9ac1 commit 38d8598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 38d8598

Please sign in to comment.