summaryrefslogtreecommitdiff
path: root/Makefile
blob: ab1f1a9cb12bf49e8e9406fe40eb01e8e0f78c1d (plain)
1
2
3
4
5
6
7
8
default:
	@echo "Check targets"

crep:
	$(CC) main.c -o crep

clean:
	rm crep