Skip to content

Commit

Permalink
removed obsolete parts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-maeder committed Jan 16, 2019
1 parent 27bcfcb commit 85a06e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefile.local
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ GENERATED_CFILES = pygmarr.c
ALLCFILES = $(SRC_CFILES) $(GENERATED_CFILES) DHT/*.c
DOCFILES= py-fran.txt py-deut.txt py-engl.txt \
readme.txt
DEVELOP = coding.txt
SCRIPTS = $(wildcard scripts/*.sh)
SPECIALCFILES = pymain.c
HOSTFILES = \
Expand All @@ -21,7 +20,7 @@ HOSTFILES = \

include makefile.rules $(CURRPWD)/depend

DISTRIBUTEDFILES += $(SPECIALCFILES) $(DEVELOP) $(DOCFILES)
DISTRIBUTEDFILES += $(SPECIALCFILES) $(DOCFILES)



Expand Down

0 comments on commit 85a06e2

Please sign in to comment.