This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Makefile b/Makefile | |
index 369ea19..52b72f8 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -3,6 +3,7 @@ BINDIR ?= ${PREFIX}/bin | |
CC ?= gcc | |
+SRCS_RAW = skippy wm dlist mainwin clientwin layout focus config tooltip img | |
PACKAGES = x11 xft xrender xcomposite xdamage xfixes |