Mercurial > aewl
comparison Makefile @ 741:7c5d5b1e49c9
fixed copyright notice in Makefile
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Thu, 08 Feb 2007 14:09:52 +0100 |
parents | 9c3bf42bdbf4 |
children | 6692d7e7e156 |
comparison
equal
deleted
inserted
replaced
740:1cb9ae0a0104 | 741:7c5d5b1e49c9 |
---|---|
1 # dwm - dynamic window manager | 1 # dwm - dynamic window manager |
2 # (C)opyright MMVII Anselm R. Garbe | 2 # (C)opyright MMVI-MMVII Anselm R. Garbe |
3 | 3 |
4 include config.mk | 4 include config.mk |
5 | 5 |
6 SRC = client.c draw.c event.c main.c tag.c util.c view.c | 6 SRC = client.c draw.c event.c main.c tag.c util.c view.c |
7 OBJ = ${SRC:.c=.o} | 7 OBJ = ${SRC:.c=.o} |