aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/Makefile
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-05-05 12:36:58 +0200
committerjloup <jeanloup.jamet@gmail.com>2018-05-05 12:38:08 +0200
commit87b6d05e5b289f3e9d1554fe455296ba09655c3a (patch)
treebcf6a679f435216840a749a311470583cd0f05c3 /cmd/web/Makefile
parent8dbd9d291b203424d3c06755c7e24f71cc5b8bb7 (diff)
downloadFront-87b6d05e5b289f3e9d1554fe455296ba09655c3a.tar.gz
Front-87b6d05e5b289f3e9d1554fe455296ba09655c3a.tar.zst
Front-87b6d05e5b289f3e9d1554fe455296ba09655c3a.zip
Factorize Header/Footer code.v0.0.7
Diffstat (limited to 'cmd/web/Makefile')
-rw-r--r--cmd/web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/Makefile b/cmd/web/Makefile
index c5d5d62..85bba5b 100644
--- a/cmd/web/Makefile
+++ b/cmd/web/Makefile
@@ -4,7 +4,7 @@ export PATH := $(PATH):./node_modules/.bin
4 4
5SRC_DIR=js 5SRC_DIR=js
6BUILD_DIR=build/js 6BUILD_DIR=build/js
7JSX_SRC= main.jsx signup.jsx signin.jsx otp.jsx poloniex.jsx password_reset.jsx change_password.jsx 7JSX_SRC= header_footer.jsx main.jsx signup.jsx signin.jsx otp.jsx poloniex.jsx password_reset.jsx change_password.jsx
8JS_SRC= cookies.js app.js api.js 8JS_SRC= cookies.js app.js api.js
9STATIC_FILES= index.html style.css 9STATIC_FILES= index.html style.css
10JSX_OBJS=$(addprefix $(BUILD_DIR)/,$(JSX_SRC:.jsx=.js)) 10JSX_OBJS=$(addprefix $(BUILD_DIR)/,$(JSX_SRC:.jsx=.js))