diff options
author | latex <latex@disroot.org> | 2023-02-01 00:29:52 +0100 |
---|---|---|
committer | latex <latex@disroot.org> | 2023-02-01 00:29:52 +0100 |
commit | b8cac02d8a7261c537989fd841f9c46331263ec5 (patch) | |
tree | 401ef48e48135b5e27108a2a6ea3fd7abb58ac2e /Makefile | |
parent | 5d54ace5589675d49bb13a6754e17b5c08e805e2 (diff) | |
download | libumumble-b8cac02d8a7261c537989fd841f9c46331263ec5.tar.gz |
fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile index b5ee9c8..c0bf149 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ clean: $(MAKE) -C tests clean install-header: - install -m 644 $(H) + install -m 644 $(H) $(PREFIX)/include install-static: $(SNAME) install -m 755 $(SNAME) $(PREFIX)/lib64 @@ -48,4 +48,3 @@ install-shared: $(DNAME) install -m 755 $(DNAME) $(PREFIX)/lib64 install: install-header install-static install-shared - |