Rename Makefile -> GNUmakefile to reflect dependency on GNU Make

This commit is contained in:
Kim Alvefur 2017-10-31 17:28:23 +01:00
parent 14b65a9175
commit e156c05ad4
3 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ endif
all: $(ALL)
install: $(ALL)
$(INSTALL_DATA) $^ $(TARGET)
$(INSTALL_DATA) $? $(TARGET)
clean:
rm -f $(ALL) $(patsubst %.so,%.o,$(ALL))