1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00

Remove less files

This commit is contained in:
Michael Crosby 2013-06-08 18:43:16 -09:00
parent f98116c5a5
commit 72cef567be
3 changed files with 1 additions and 96 deletions

View file

@ -1,9 +0,0 @@
REF = HEAD
VERSION = $(shell git describe --always $(REF))
all: less
less:
less css/*.less > css/app.css
.PHONY: all less