Removed redundant dist variables.

This commit is contained in:
Steve 2018-05-02 21:37:29 +01:00
parent 90b5604736
commit c085a676ed
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ CXXFLAGS += -g -lefence
LDFLAGS += `sdl2-config --libs` -lSDL2_mixer -lSDL2_image -lSDL2_ttf -lm
SHARED_FILES = CHANGELOG LICENSE README.md data gfx manual music sound icons
DIST_FILES = $(SHARED_FILES) locale tbftss
SRC_DIST_FILES = $(SHARED_FILES) src makefile* common.mk
# linking the program.
$(PROG): $(OBJS)
$(CC) -o $@ $(OBJS) $(LDFLAGS)