diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lux.c (renamed from main.c) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ MANDIR = ${DPREFIX}/share/man target = lux all: ${target} -${target}: main.c +${target}: ${target}.c ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< install: |