diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-20 17:30:19 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-20 17:30:19 -0600 |
commit | 706dfc3b9fc2aef2427fda5e40c2d5dae9e894b1 (patch) | |
tree | 6ca7ad16acb82344ce80d88dfb948f6dc536032b /src/Makefile.am | |
parent | 3cd1ec2279e98f9569587b38008ad0011f97e602 (diff) |
start migration to zig
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index f08ba63..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -bin_PROGRAMS = urlg - -urlg_SOURCES = \ - cavegen.c \ - cavegen.h \ - display.c \ - display.h \ - ht.c \ - ht.h \ - common.h \ - entity.h \ - main.c - |