aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-11-13 09:24:12 +0100
committerThomas Voss <mail@thomasvoss.com> 2022-11-13 09:24:12 +0100
commita503d1703f92ec3aa67f2aefdfb3488c340e14f8 (patch)
treeb2060facbc769eb56feb238910f61e43dcda0f4b
parentb87df3a1e6981e8cfb9f685b64f6b367d1b993ca (diff)
Use inference rules
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88f40d9..0f020a2 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ target = lux
all: ${target}
${target}: ${target}.c
- ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $<
install:
mkdir -p ${DPREFIX}/bin ${MANDIR}/man1