mirror of
https://github.com/ItsDrike/hyprland-dwindle-autogroup.git
synced 2025-03-03 23:58:56 +00:00
Remove useless clear call in install
This commit is contained in:
parent
5351a9d8af
commit
e5661c4a37
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -31,7 +31,6 @@ all:
|
|||
g++ $(LINK_FLAGS) $(COMPILE_FLAGS) $(COMPILE_DEFINES) $(SOURCE_FILES) -o $(PLUGIN_NAME).so
|
||||
|
||||
install:
|
||||
$(MAKE) clear
|
||||
$(MAKE) all
|
||||
mkdir -p $(INSTALL_LOCATION)
|
||||
cp $(PLUGIN_NAME).so $(INSTALL_LOCATION)
|
||||
|
|
Loading…
Add table
Reference in a new issue