diff options
author | Aaron Marcher <info@nulltime.net> | 2016-03-10 14:50:11 +0100 |
---|---|---|
committer | Aaron Marcher <info@nulltime.net> | 2016-03-10 14:50:11 +0100 |
commit | e046ee18f92569ca67b323757421c5e9b6637d0d (patch) | |
tree | 7b91494ab0c79c3d889d09f968e868472806c0d7 /Makefile | |
parent | 83e84bebb6accdf0971bfa09a519d8cee37b0237 (diff) | |
parent | 50219004d6a631b156be04e4ce4b235622a6db93 (diff) |
Merge pull request #6 from sahne/master
minor cleanups and sanity checks
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ options: ${OBJ}: config.h config.mk -config.h: +config.h: config.def.h @echo creating $@ from config.def.h @cp config.def.h $@ |