add make install to move to usr/bin
This commit is contained in:
parent
75e3e102eb
commit
65e30edb8f
3
makefile
3
makefile
@ -20,6 +20,9 @@ main: main.cpp $(SRCS) $(HDRS)
|
|||||||
debug: main.cpp $(SRCS) $(HDRS)
|
debug: main.cpp $(SRCS) $(HDRS)
|
||||||
$(CC) $(CFLAGS) -I$(INCLUDE_DIR) $(SRCS) -g main.cpp -o main -Wall
|
$(CC) $(CFLAGS) -I$(INCLUDE_DIR) $(SRCS) -g main.cpp -o main -Wall
|
||||||
|
|
||||||
|
install: main
|
||||||
|
sudo mv main /usr/bin/pasman
|
||||||
|
|
||||||
run: main
|
run: main
|
||||||
./main
|
./main
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user