diff --git a/vvm/Makefile b/vvm/Makefile index 4ec0560..72ff0b0 100644 --- a/vvm/Makefile +++ b/vvm/Makefile @@ -26,12 +26,12 @@ clean: #Installs into specified(or default) directory install: - install -d $(PREFIX)/vvm - install $(BUILDDIR)$(TARGET) $(PREFIX)/vvm + install -d $(PREFIX)/$(TARGET) + install $(BUILDDIR)$(TARGET) $(PREFIX)/$(TARGET) #Uninstalls from specified(or default)directory uninstall: - rm -rf $(PREFIX)/vvm + rm -rf $(PREFIX)/$(TARGET) #Checks for bad functions BADFUNCS='[^_.>a-zA-Z0-9](str(n?cpy|n?cat|xfrm|n?dup|str|pbrk|tok|_)|stpn?cpy|a?sn?printf|byte_)'