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

Moved pre-built binary to separate server

parent cc575160
RESULT := mincss RESULT := mincss
DIST := dist/mincss
PRE_TGTS := types PRE_TGTS := types
MODULES := color_names util stringify parser lexer parse simple shorthand \ MODULES := color_names util stringify parser lexer parse simple shorthand \
duplicates main duplicates main
...@@ -12,17 +11,11 @@ OCAMLLDLIBS := str.cmxa ...@@ -12,17 +11,11 @@ OCAMLLDLIBS := str.cmxa
OCAMLLEX := ocamllex OCAMLLEX := ocamllex
OCAMLYACC := menhir --infer --explain --dump OCAMLYACC := menhir --infer --explain --dump
.PHONY: all dist clean .PHONY: all clean
.PRECIOUS: $(addprefix .cmi,$(ALL_NAMES)) .PRECIOUS: $(addprefix .cmi,$(ALL_NAMES))
all: $(RESULT) all: $(RESULT)
dist: $(DIST)
$(DIST): $(RESULT)
@mkdir -p $(@D)
cp $< $@
%.ml: %.mll %.ml: %.mll
$(OCAMLLEX) -o $@ $< $(OCAMLLEX) -o $@ $<
......
...@@ -10,9 +10,10 @@ transformation passes. ...@@ -10,9 +10,10 @@ transformation passes.
Installation Installation
============ ============
For now, there is no easy installation option for mincss (yet). A pre-built For now, there is no easy installation option for mincss (yet). An up-to-date
64-bit ELF binary is available for download [here](dist/mincss). You can also 64-bit ELF binary is available for download
build the binary from source (see *Building mincss* below). [here](http://mincss.tkroes.nl/mincss). You can also build the binary from
source (see *Building mincss* below).
Features 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