diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/slogin/config.def.h | 2 | ||||
| -rw-r--r-- | core/slogin/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/slogin/config.def.h b/core/slogin/config.def.h index 6e58261..758c4f0 100644 --- a/core/slogin/config.def.h +++ b/core/slogin/config.def.h @@ -1,2 +1,2 @@ /* command to run after successful login */ -static const char *logincmd[] = { "startx", NULL }; +static const char *logincmd[] = { "startx", NULL };
\ No newline at end of file diff --git a/core/slogin/config.mk b/core/slogin/config.mk index fcca349..793f852 100644 --- a/core/slogin/config.mk +++ b/core/slogin/config.mk @@ -9,4 +9,4 @@ CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -DVERSION=\"${VERSION}\" -DHAVE_SHADO CFLAGS = -std=c99 -pedantic -Wall -Os ${CPPFLAGS} LDFLAGS = ${LIBS} -CC = cc +CC = cc
\ No newline at end of file |
