mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-28 08:14:39 +02:00
Remove double PREFIX declaration
This commit is contained in:
parent
d9860f01d1
commit
250085102b
@ -4,7 +4,6 @@ TARGET = pixiewps
|
|||||||
CRYPTO = crypto/sha256.c crypto/md.c crypto/md_wrap.c
|
CRYPTO = crypto/sha256.c crypto/md.c crypto/md_wrap.c
|
||||||
SOURCE = $(TARGET).c random_r.c $(CRYPTO)
|
SOURCE = $(TARGET).c random_r.c $(CRYPTO)
|
||||||
PREFIX ?= $(DESTDIR)/usr
|
PREFIX ?= $(DESTDIR)/usr
|
||||||
PREFIX = $(DESTDIR)/usr
|
|
||||||
BINDIR = $(PREFIX)/bin
|
BINDIR = $(PREFIX)/bin
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user