diff --git a/Makefile b/Makefile index 1eae6e9..da3e802 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ LN = ln -f SOURCE = xmonad.hs TARGET = $(HOME)/.xmonad/xmonad.hs +.PHONY: all + all: $(TARGET) $(TARGET): $(SOURCE)