summaryrefslogtreecommitdiff
path: root/Makefile
blob: dc885adecd5d77eeff3e7a60242abb4faf8d434f (plain)
1
2
3
4
5
6
7
all: lst

%: %c
	gcc -o $@ $<

install:
	install lst /usr/bin/lst