Skip to content

Commit

Permalink
Merge pull request #605 from jrochel/cleanup
Browse files Browse the repository at this point in the history
template.distillery: cleanup
  • Loading branch information
balat authored Oct 20, 2020
2 parents 77cf6bd + 0a17d3c commit d86281d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions template.distillery/Makefile.os
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ endif

.PHONY: all css byte opt

DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) $(STATICDIR) \
$(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR) \
$(shell dirname $(CMDPIPE)) $(ELIOMTMPDIR)
DIST_DIRS := $(ETCDIR) $(DATADIR) $(LIBDIR) $(LOGDIR) \
$(FILESDIR)/avatars/tmp $(ELIOMSTATICDIR)
JS_PREFIX := $(TEST_PREFIX)$(ELIOMSTATICDIR)/$(PROJECT_NAME)

CONF_IN := $(wildcard *.conf.in)
Expand Down

0 comments on commit d86281d

Please sign in to comment.