mirror of
https://github.com/rsms/inter.git
synced 2024-11-23 20:55:33 +03:00
makefile: fix small issue with symlink creation to lab fonts
This commit is contained in:
parent
a385f8edb7
commit
04a0f708bf
5
Makefile
5
Makefile
@ -127,11 +127,12 @@ designspace: build/ufo/Inter.designspace
|
||||
|
||||
# features
|
||||
src/features: $(wildcard src/features/*)
|
||||
touch "$@"
|
||||
@touch "$@"
|
||||
@true
|
||||
build/ufo/features: src/features
|
||||
@mkdir -p build/ufo
|
||||
ln -s ../../src/features build/ufo/features
|
||||
@rm -f build/ufo/features
|
||||
@ln -s ../../src/features build/ufo/features
|
||||
|
||||
# make sure intermediate UFOs are not gc'd by make
|
||||
.PRECIOUS: build/ufo/Inter-%.ufo
|
||||
|
Loading…
Reference in New Issue
Block a user