13 lines
148 B
Makefile
13 lines
148 B
Makefile
bin_PROGRAMS = urlg
|
|
|
|
urlg_SOURCES = \
|
|
cavegen.c \
|
|
cavegen.h \
|
|
display.c \
|
|
display.h \
|
|
ht.c \
|
|
ht.h \
|
|
common.h \
|
|
entity.h \
|
|
main.c
|
|
|