Do not set EXE, accept value from environment

When building this program for Windows, users need only have EXE=.exe in
their environment for the Makefile to behave well.
pull/28/head
Christopher Wellons 2021-02-14 12:41:38 -05:00
parent 32d4d99472
commit b6bbbc56c2
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ CFLAGS = -ansi -pedantic -Wall -Wextra -Wno-missing-field-initializers -O3 -g
LDFLAGS =
LDLIBS =
PREFIX = /usr/local
EXE =
sources = src/enchive.c src/chacha.c src/curve25519-donna.c src/sha256.c
objects = $(sources:.c=.o)