mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
Rename Makefile -> GNUmakefile to reflect dependency on GNU Make
This commit is contained in:
parent
14b65a9175
commit
e156c05ad4
3 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ endif
|
|||
all: $(ALL)
|
||||
|
||||
install: $(ALL)
|
||||
$(INSTALL_DATA) $^ $(TARGET)
|
||||
$(INSTALL_DATA) $? $(TARGET)
|
||||
|
||||
clean:
|
||||
rm -f $(ALL) $(patsubst %.so,%.o,$(ALL))
|
Loading…
Add table
Add a link
Reference in a new issue