aboutsummaryrefslogtreecommitdiff
path: root/c/cat/Makefile
blob: 081ffd4435769ee264f442cf50e908f38fe4dc61 (plain) (blame)
1
2
3
4
5
6
7
8
include ../base.mk

all: cat
cat: cat.c
	$(CC) $(CFLAGS) -o $@ $<

clean:
	rm -f cat