├── LICENSE.md ├── Makefile ├── README.md ├── data └── basetik.bin ├── flake.lock ├── flake.nix └── source └── main.c /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ihaveamac/faketik/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ihaveamac/faketik/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ihaveamac/faketik/HEAD/README.md -------------------------------------------------------------------------------- /data/basetik.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ihaveamac/faketik/HEAD/data/basetik.bin -------------------------------------------------------------------------------- /flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ihaveamac/faketik/HEAD/flake.lock -------------------------------------------------------------------------------- /flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ihaveamac/faketik/HEAD/flake.nix -------------------------------------------------------------------------------- /source/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ihaveamac/faketik/HEAD/source/main.c --------------------------------------------------------------------------------