diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-21 22:38:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-21 22:38:29 +0530 |
| commit | 4f6f940ca6686cfe1cd5197c2a32605c024a3934 (patch) | |
| tree | ce6fc69b0f6bd91d5864c99a66e7ce9cdf97c62b /Makefile | |
| parent | 900c5a3a955324aad6035c499003b16bbdd0d96c (diff) | |
| download | shotkey-4f6f940ca6686cfe1cd5197c2a32605c024a3934.tar.gz shotkey-4f6f940ca6686cfe1cd5197c2a32605c024a3934.zip | |
Adds config.def.h for default config
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} |
