source: trip-planner-front/node_modules/extsprintf/Makefile@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 533 bytes
Line 
1#
2# Copyright (c) 2012, Joyent, Inc. All rights reserved.
3#
4# Makefile: top-level Makefile
5#
6# This Makefile contains only repo-specific logic and uses included makefiles
7# to supply common targets (javascriptlint, jsstyle, restdown, etc.), which are
8# used by other repos as well.
9#
10
11#
12# Files
13#
14JSL = jsl
15JSSTYLE = jsstyle
16JS_FILES := $(shell find examples lib -name '*.js')
17JSL_FILES_NODE = $(JS_FILES)
18JSSTYLE_FILES = $(JS_FILES)
19JSL_CONF_NODE = jsl.node.conf
20
21# Default target is "check"
22check:
23
24include ./Makefile.targ
Note: See TracBrowser for help on using the repository browser.