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

slc_SOURCES=	src/slc.hh		\
		src/slc.cc		\
		src/options.cc		\
Seblu's avatar
Seblu committed
		src/options.hh		\
		src/screen.hh		\
Seblu's avatar
Seblu committed
		src/screen.cc		\
		src/error.hh		\
		src/error.cc
Seblu's avatar
Seblu committed

CLEANFILES= *~ '\#*' .*.swp .*~

.PHONY: tar re

tar: distcheck

re: clean all