diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-21 22:38:36 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-21 22:38:36 +0530 |
| commit | bc0c3a5ef882714ebfcae7806decc0dd4bdd595d (patch) | |
| tree | ee67dfa98d02efc1523c365382944912f8318474 /Makefile | |
| parent | 28ec391ae2f5aabd1872df4a783a86de0891951e (diff) | |
| parent | 4f6f940ca6686cfe1cd5197c2a32605c024a3934 (diff) | |
| download | shotkey-bc0c3a5ef882714ebfcae7806decc0dd4bdd595d.tar.gz shotkey-bc0c3a5ef882714ebfcae7806decc0dd4bdd595d.zip | |
Merge branch 'master' into personal
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |
