Skip to content
Snippets Groups Projects
Commit a20f2a5b authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Added minified jquery lib to the build system.

parent 13d99cc3
No related branches found
No related tags found
No related merge requests found
TGT_DIR += $(b)pybison
TGT_DIR += $(b)pybison $(b)jquery
PYBISON_INC := -Iexternal/pybison/src/c -I/usr/include/python2.7
......@@ -30,3 +30,9 @@ endif
$(b)pybison/%.c: $(d)pybison/src/pyrex/%.pyx
$(py2c) $(py2c_OPTS) -o $@ $<
$(RM) $(@D)/*.so
build: $(b)jquery/jquery.min.js
$(b)jquery/jquery.min.js: $(d)jquery/version.txt | $(b)jquery
$(MAKE) -C external/jquery
ln -sf ../../../$(<D)/dist/jquery.min.js $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment