mirror of
https://github.com/kiedtl/fire.git
synced 2024-12-22 14:16:43 +00:00
makefile: install recipe
This commit is contained in:
parent
6180a4b65f
commit
e38315c816
3
makefile
3
makefile
@ -36,6 +36,7 @@ $(NAME): $(OBJ) $(TRMBOX)
|
|||||||
@$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
|
@$(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
|
||||||
|
|
||||||
install: $(NAME)
|
install: $(NAME)
|
||||||
install -m755 ./$(NAME) /usr/bin/$(NAME)
|
@echo "\tINSTALL\t$(NAME)\t/usr/bin/$(NAME)"
|
||||||
|
@install -m755 ./$(NAME) /usr/bin/$(NAME)
|
||||||
|
|
||||||
.PHONY: all clean install
|
.PHONY: all clean install
|
||||||
|
Loading…
Reference in New Issue
Block a user