mirror of
https://github.com/gosquared/flags.git
synced 2026-02-10 18:14:13 +00:00
Minor updates to README and Makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -6,14 +6,18 @@ OVERLAYDIR := src/overlays
|
||||
|
||||
SIZES ?= 16 24 32 48 64
|
||||
|
||||
# icns files don't support 24x24 or 64x64
|
||||
ICNS_SIZES := $(filter-out 24 64,$(SIZES))
|
||||
|
||||
FLAGS := $(shell ls $(INDIR))
|
||||
|
||||
NORMAL := $(filter-out $(SQUARE) $(NEPAL),$(FLAGS))
|
||||
SQUARE := $(filter Vatican-City Switzerland,$(FLAGS))
|
||||
NEPAL := $(filter Nepal,$(FLAGS))
|
||||
NORMAL := $(filter-out $(SQUARE) $(NEPAL),$(FLAGS))
|
||||
|
||||
PNGCRUSH_OPTIONS ?= -q -brute -rem alla
|
||||
|
||||
# temporary file prefix we'll use
|
||||
TMP_FILE := $(shell mktemp -u)
|
||||
PWD := $(shell pwd)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user