aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae0a184..3b0fb68 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ kirc: kirc.o Makefile
$(CC) -o kirc kirc.o $(LDFLAGS)
.c.o:
- $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
+ $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
install: all
mkdir -p $(DESTDIR)$(BINDIR)