diff options
author | jacob janzen <53062115+JacobJanzen@users.noreply.github.com> | 2024-02-14 19:45:43 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 01:45:43 +0000 |
commit | 762ce2792750dfc662364372f308b03b91aa925c (patch) | |
tree | 91025d0cdfc1477c71a3d96afdc9376ebb6cdba8 /src/Makefile.am | |
parent | 4c337161da57dfbab4f031220014c881c4cf1b62 (diff) |
add readme; name project (#4)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b6114f2..f08ba63 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -bin_PROGRAMS = main +bin_PROGRAMS = urlg -main_SOURCES = \ +urlg_SOURCES = \ cavegen.c \ cavegen.h \ display.c \ |