ep/Makefile

16 lines
232 B
Makefile
Raw Normal View History

2021-02-21 21:38:13 -06:00
LANGUAGE = PORTUGUESE
CFLAGS = -g -Og -pipe -Ipo/ -D$(LANGUAGE)
# defaults to cproc because "why not?"
CC = cproc
PREFIX = ${HOME}/.local
bindir = $(PREFIX)/bin
all: ep
ep: ep.c git.c
2021-02-21 21:38:13 -06:00
install: ep
install -m755 $< $(bindir)/ep