File: Makefile

package info (click to toggle)
aerc 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,892 kB
  • sloc: ansic: 1,181; python: 1,000; sh: 553; awk: 360; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# 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