mirror of
https://github.com/jb55/nostril.git
synced 2024-11-23 00:49:06 -05:00
Merge '...better cross-platform compatibility fixes' #15
This commit is contained in:
commit
97744c480c
8
Makefile
8
Makefile
|
@ -55,9 +55,11 @@ nostril: $(HEADERS) $(OBJS) $(ARS)
|
||||||
$(CC) $(CFLAGS) $(OBJS) $(ARS) -o $@
|
$(CC) $(CFLAGS) $(OBJS) $(ARS) -o $@
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -Dm644 doc/nostril.1 $(PREFIX)/share/man/man1/nostril.1
|
mkdir -p $(PREFIX)/share/man/man1
|
||||||
install -Dm755 nostril $(PREFIX)/bin/nostril
|
mkdir -p $(PREFIX)/bin
|
||||||
install -Dm755 nostril-query $(PREFIX)/bin/nostril-query
|
install -m644 doc/nostril.1 $(PREFIX)/share/man/man1/nostril.1
|
||||||
|
install -m755 nostril $(PREFIX)/bin/nostril
|
||||||
|
install -m755 nostril-query $(PREFIX)/bin/nostril-query
|
||||||
|
|
||||||
config.h: configurator
|
config.h: configurator
|
||||||
./configurator > $@
|
./configurator > $@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user