Browse Source

fixed makefile

naelstrof 10 years ago
parent
commit
abdb76fc82
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      makefile

+ 1
- 1
makefile View File

15
 	rm -rf $(OBJECTS) $(EXECUTABLE)
15
 	rm -rf $(OBJECTS) $(EXECUTABLE)
16
 
16
 
17
 install: all
17
 install: all
18
-	mkdir -p $(DESTDIR)/$(BINDIR)
18
+	mkdir -p $(DESTDIR)$(BINDIR)
19
 	cp $(CURDIR)/$(EXECUTABLE) $(DESTDIR)$(BINDIR)
19
 	cp $(CURDIR)/$(EXECUTABLE) $(DESTDIR)$(BINDIR)