mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 01:35:13 +03:00
13 lines
334 B
Diff
13 lines
334 B
Diff
diff --git a/Makefile b/Makefile
|
|
index c53a4b7..05aa874 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -6,7 +6,7 @@ BUILDDIR = .build
|
|
SOURCES = $(wildcard src/*.cc)
|
|
OBJECTS = $(patsubst $(SOURCEDIR)/%.cc,$(BUILDDIR)/%.o,$(SOURCES))
|
|
DEPS := $(OBJECTS:.o=.d)
|
|
-PREFIX = /usr/local
|
|
+PREFIX = /usr
|
|
TARGET = nomp
|
|
|
|
.SILENT:
|