diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-01 21:12:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-01 21:12:34 +0200 |
commit | 03a83797438cc219e2d277f1f4b2d7695eab32dd (patch) | |
tree | fa44b82e30234de50984953782a63155295b8600 /config.mk | |
parent | Run svgcleaner on kbd-compose-{on,off,mixed} (diff) | |
download | simple-icon-theme-03a83797438cc219e2d277f1f4b2d7695eab32dd.tar.gz simple-icon-theme-03a83797438cc219e2d277f1f4b2d7695eab32dd.tar.bz2 simple-icon-theme-03a83797438cc219e2d277f1f4b2d7695eab32dd.tar.xz |
Improve makfile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -21,10 +21,3 @@ OUTLINE = 000000 # Uncomment the two lines above if you want to use customised colours SIZES = 16 24 32 48 -# Supported sizes are 8, 16, 22, 24, 32, 36, and 48, -# you you want any other size add -# -# ###x###$(DIR_SUFFIX)/%.png: scalable$(DIR_SUFFIX)/%.svg conv -# ./conv $@ -# -# with ### replaces for the size to add support for. |