about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2026-02-19 00:00:52 +0300
committerNakidai <nakidai@disroot.org>2026-02-19 00:07:40 +0300
commitfb6f0fd115fec4a7c3490d0a3091b81af5ba6378 (patch)
tree532a16cc552d636810f05935caba99c87efdf075 /Makefile
parentcf618cc741269fa1917840345bb3fae133007b6d (diff)
downloadngircd-fb6f0fd115fec4a7c3490d0a3091b81af5ba6378.tar.gz
ngircd-fb6f0fd115fec4a7c3490d0a3091b81af5ba6378.zip
Declare *{FLAGS,LIBS} once
Well, since this is actually one big Makefile concatenated of smaller
ones, all the *CFLAGS are global and therefore should be set once
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ede9526..b8800555 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@
 all: src/ngircd/ngircd
 
 .c.o:
-	# ${CC} ${CFLAGS} ${CPPFLAGS} -c -o "`echo $< | sed 's/.$$//'`o" $<
 	${CC} ${CFLAGS} ${CPPFLAGS} -c -o $@ $<
 
 include src/Makefile