Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mincss
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
mincss
Commits
2e91dba8
Commit
2e91dba8
authored
Oct 02, 2014
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved pre-built binary to separate server
parent
cc575160
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
11 deletions
+5
-11
Makefile
Makefile
+1
-8
README.md
README.md
+4
-3
dist/mincss
dist/mincss
+0
-0
No files found.
Makefile
View file @
2e91dba8
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
$@
$<
...
...
README.md
View file @
2e91dba8
...
...
@@ -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
...
...
dist/mincss
deleted
100755 → 0
View file @
cc575160
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment