aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/.gitignore4
-rw-r--r--[-rwxr-xr-x]src/Makefile5
-rw-r--r--[-rwxr-xr-x]src/config.h.def (renamed from src/config.h)0
3 files changed, 7 insertions, 2 deletions
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..ea4fa17
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,4 @@
+dminiwm
+*.o
+*.swp
+*~
diff --git a/src/Makefile b/src/Makefile
index 546d1e5..55332f9 100755..100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,9 +1,9 @@
CFLAGS+= -Wall
-LDADD+= -lX11
+LDADD+= -lX11
LDFLAGS=
EXEC=dminiwm
-PREFIX?= /usr
+PREFIX?= /usr/local
BINDIR?= $(PREFIX)/bin
CC=gcc
@@ -18,3 +18,4 @@ install: all
clean:
rm -fv dminiwm *.o
+
diff --git a/src/config.h b/src/config.h.def
index 19f656b..19f656b 100755..100644
--- a/src/config.h
+++ b/src/config.h.def