refactoring

This commit is contained in:
Devaev Maxim
2018-09-21 04:56:43 +03:00
parent 6bde8d7f9a
commit af6b28f131
2 changed files with 36 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ all: $(SOURCES) $(PROG)
install: $(PROG)
install -Dm755 ustreamer $(DESTDIR)$(PREFIX)/bin/ustreamer
install -Dm755 $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
regen: