From 5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 19 Feb 2007 13:00:29 +0100 Subject: introduced tile.c, some refactoring of functions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e337ec2..18626a7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include config.mk -SRC = client.c draw.c event.c main.c tag.c util.c view.c +SRC = client.c draw.c event.c main.c tile.c tag.c util.c view.c OBJ = ${SRC:.c=.o} all: options dwm -- cgit v1.2.3-54-g00ecf