hyprpm, hyprctl: remove Makefiles

This commit is contained in:
Mihai Fufezan 2024-08-13 22:14:58 +03:00
parent 4aec237ec0
commit c5ec079c6f
No known key found for this signature in database
3 changed files with 2 additions and 367 deletions

View file

@ -1,4 +0,0 @@
all:
$(CXX) $(CXXFLAGS) -std=c++2b ./main.cpp -o ./hyprctl
clean:
rm ./hyprctl