Files
aerc-inline-images/Makefile
T
2026-04-07 19:54:54 -04:00

8 lines
262 B
Makefile

# This file is only left here for explicit error about GNU make requirement
# when building with other make flavours.
#
# Do not edit this file. Edit GNUmakefile instead.
.PHONY: all
all .DEFAULT:
@echo "Please build and install using GNU make (gmake)"; exit 1