mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-17 16:34:53 +00:00
Makefile: Convert outdated suffix rule '.c.o' to pattern rule.
This commit is contained in:
parent
9172e01ed7
commit
e2ac87239b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -99,7 +99,7 @@ install:
|
|||
install -p -m555 $(name) $(DESTDIR)$(bindir)
|
||||
$(MAKE) -C docs install
|
||||
|
||||
.c.o:
|
||||
%.o: %.c
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(OPTFLAGS) -c -o $@ $<
|
||||
|
||||
dist: clean docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue