diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-24 05:05:36 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-24 05:05:36 -0400 |
commit | 4c7f9c97e166c52563108f2e85c3c6acd71106bd (patch) | |
tree | 82d25120dcdff7f29a6b0faa0669cd2984bf1f0b /fonts/Makefile | |
parent | fd7a9382504720f77ecf3f40e9fb982da1e913a5 (diff) | |
download | bw-atari8-tools-4c7f9c97e166c52563108f2e85c3c6acd71106bd.tar.gz |
fonts: WIP, getting there.
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fonts/Makefile b/fonts/Makefile new file mode 100644 index 0000000..cb1c69f --- /dev/null +++ b/fonts/Makefile @@ -0,0 +1,2 @@ +all: + cd .. && $(MAKE) |