aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-21 22:38:36 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-21 22:38:36 +0530
commitbc0c3a5ef882714ebfcae7806decc0dd4bdd595d (patch)
treeee67dfa98d02efc1523c365382944912f8318474 /Makefile
parent28ec391ae2f5aabd1872df4a783a86de0891951e (diff)
parent4f6f940ca6686cfe1cd5197c2a32605c024a3934 (diff)
downloadshotkey-bc0c3a5ef882714ebfcae7806decc0dd4bdd595d.tar.gz
shotkey-bc0c3a5ef882714ebfcae7806decc0dd4bdd595d.zip
Merge branch 'master' into personal
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be58030..baae4d9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,8 @@ options:
.c.o:
${CC} -c ${CFLAGS} $<
-${OBJ}: config.mk
+config.h:
+ cp config.def.h config.h
shotkey: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}