Skip to content
Makefile.am 216 B
Newer Older
Seblu's avatar
Seblu committed
bin_PROGRAMS=sudoku

sudoku_SOURCES=	src/sudoku.hh			\
		src/sudoku.cc			\
Seblu's avatar
Seblu committed
		src/grid.hxx			\
Seblu's avatar
Seblu committed
		src/grid.cc			\
Seblu's avatar
Seblu committed
		src/block.hxx			\
		src/error.cc
Seblu's avatar
Seblu committed

CLEANFILES= *~ '\#*'

.PHONY: tar re

tar: distcheck

re: clean all