blob: 453b5f58fb90932889b2442eb732eb709c8ded23 (
plain)
1
2
3
4
|
bin_PROGRAMS = tower-of-hanoi-curses
tower_of_hanoi_curses_SOURCES = main.c holder.c holder.h ring.h
tower_of_hanoi_curses_LDADD = @CURSES_LIBS@
tower_of_hanoi_curses_CPPFLAGS = @CURSES_CFLAGS@
|