We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86f0b6 commit 592e3d3Copy full SHA for 592e3d3
Makefile
@@ -9,7 +9,7 @@ build:
9
gcc $(SRCDIR)/main.c $(CFLAGS) -o $(BUILDDIR)/main.out
10
11
install:
12
- sudo cp $(BUILDDIR)/main.out $(DESTDIR)/bin/rcv
+ sudo install -Dm755 $(BUILDDIR)/main.out $(DESTDIR)/bin/rcv
13
14
clean:
15
find $(BUILDDIR) -type f ! -name '.gitignore' -delete
0 commit comments