Explorar el Código

fixed makefile

naelstrof hace 10 años
padre
commit
abdb76fc82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      makefile

+ 1
- 1
makefile Ver fichero

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