diff options
author | Julian T <julian@T410.mynet> | 2018-09-05 22:15:09 +0200 |
---|---|---|
committer | Julian T <julian@T410.mynet> | 2018-09-05 22:15:09 +0200 |
commit | 9b4825075d918647e515fabd9a190cd546df9ac3 (patch) | |
tree | 14c0f20150263062b1b67adfd82e4efa81ef2919 | |
parent | 5a9536b329d5c5ac2556eda4bc8b6273a4bda0d8 (diff) |
Fixed makefile and added gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72c4cc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dwm +*.o @@ -18,7 +18,7 @@ XINERAMAFLAGS = -DXINERAMA FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 # OpenBSD (uncomment) -FREETYPEINC = ${X11INC}/freetype2 +#FREETYPEINC = ${X11INC}/freetype2 # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} |