summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 3cf668601409fadbca141a0db75623d188d1783a (plain)
1
2
3
4
bin_PROGRAMS = tower-of-hanoi-curses
tower_of_hanoi_curses_SOURCES = main.c tower.c tower.h ring.c ring.h
tower_of_hanoi_curses_LDADD = @CURSES_LIBS@
tower_of_hanoi_curses_CPPFLAGS = @CURSES_CFLAGS@