Browse Source

delete extra \/ in binary path

Noah 4 years ago
parent
commit
01c161a090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -4,7 +4,7 @@
 VERSION = 0.1
 VERSION = 0.1
 
 
 # paths
 # paths
-PREFIX = /usr/local/
+PREFIX = /usr/local
 
 
 PROJDIRS := src
 PROJDIRS := src
 SRCFILES := $(shell find $(PROJDIRS) -type f -name "*.cpp")
 SRCFILES := $(shell find $(PROJDIRS) -type f -name "*.cpp")