Commit 2e91dba8 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Moved pre-built binary to separate server

parent cc575160
RESULT := mincss
DIST := dist/mincss
PRE_TGTS := types
MODULES := color_names util stringify parser lexer parse simple shorthand \
duplicates main
......@@ -12,17 +11,11 @@ OCAMLLDLIBS := str.cmxa
OCAMLLEX := ocamllex
OCAMLYACC := menhir --infer --explain --dump
.PHONY: all dist clean
.PHONY: all clean
.PRECIOUS: $(addprefix .cmi,$(ALL_NAMES))
all: $(RESULT)
dist: $(DIST)
$(DIST): $(RESULT)
@mkdir -p $(@D)
cp $< $@
%.ml: %.mll
$(OCAMLLEX) -o $@ $<
......
......@@ -10,9 +10,10 @@ transformation passes.
Installation
============
For now, there is no easy installation option for mincss (yet). A pre-built
64-bit ELF binary is available for download [here](dist/mincss). You can also
build the binary from source (see *Building mincss* below).
For now, there is no easy installation option for mincss (yet). An up-to-date
64-bit ELF binary is available for download
[here](http://mincss.tkroes.nl/mincss). You can also build the binary from
source (see *Building mincss* below).
Features
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment