aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-05-02 22:50:55 -0700
committerxyz <gky44px1999@gmail.com>2022-05-02 22:50:55 -0700
commitcefc26a90fb376055c4c71473d173fb2ffc18592 (patch)
treeab8af31f467109882381136eafc20c5504649dc5 /Makefile
parent793066e913c530dd01d8a356ff3e311eb3063193 (diff)
refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cc268c..f66e648 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
+# edit source code from:
+# https://github.com/BlueCannonBall/XAim
+# https://git.suckless.org/dwm
+
CC = gcc
CFLAGS = -g -Wall -lX11
PREFIX = /usr/local