diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-26 16:46:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-26 16:47:00 +0200 |
commit | 099c377b4ca3dacfd15ef3632108378a9d9081c6 (patch) | |
tree | 8cdcc4a65e49122a616e4121cc0e051fdacdf440 /Makefile | |
parent | First commit (diff) | |
download | libskrift-099c377b4ca3dacfd15ef3632108378a9d9081c6.tar.gz libskrift-099c377b4ca3dacfd15ef3632108378a9d9081c6.tar.bz2 libskrift-099c377b4ca3dacfd15ef3632108378a9d9081c6.tar.xz |
Add grid_fineness option
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ uninstall: -rm -f -- "$(DESTDIR)$(PREFIX)/include/libskrift.h" clean: - -rm -f -- *.o *.lo *.su libskrift.a libskrift.so libskrift.so.* + -rm -f -- *.o *.lo *.su *.a *.so *.so.* .SUFFIXES: .SUFFIXES: .c .o |