blob: 5d69caf4b848aacd8b2ec5c6baa13ab7af414ecb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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:
|