Skip to content

Instantly share code, notes, and snippets.

@noteed
Last active August 25, 2021 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noteed/2006b39b0a78db2ab2b07a2d8a4eef68 to your computer and use it in GitHub Desktop.
Save noteed/2006b39b0a78db2ab2b07a2d8a4eef68 to your computer and use it in GitHub Desktop.
Playing with Inter

Following https://github.com/rsms/inter/blob/master/CONTRIBUTING.md#compiling-font-files

$ make -j test
The program ‘make’ is currently not installed. It is provided by
several packages. You can install it by typing one of the following:
  nix-env -iA nixos.gnumake
  nix-env -iA nixos.gnumake42
$ nix-shell -p gnumake

$ make -j test
Makefile:102: build/etc/generated.make: No such file or directory
make: *** No rule to make target 'build/etc/generated.make'.  Stop.
$ make -j Regular SemiBoldItalic
Makefile:102: build/etc/generated.make: No such file or directory
make: *** No rule to make target 'build/etc/generated.make'.  Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment