Skip to content
Makefile.am 257 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/history.hh		\
		src/history.cc
Seblu's avatar
Seblu committed

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

.PHONY: tar re

tar: distcheck

re: clean all