notashelf /
c0b893887d9ad56984ab61f55e64a4e43b89f634
chroma
publicLightweight wallpaper daemon for Wayland
clone
ssh://git@git.notashelf.dev:33/notashelf/chroma.gitCommit c0b893887d9a
tarballunverified1 files changed+7-1
@@ -142,6 +142,11 @@ version-header: # Create systemd service file systemd-service: $(SYSTEMD_DIR)/$(PROJECT_NAME).service +# Create sample configuration file+sample-config:+ @echo "Creating sample configuration..."+ @cp chroma.conf.sample $(CONFIG_FILE_NAME)+ @echo "Sample configuration created at $(CONFIG_FILE_NAME)" # Clean build artifacts clean:@@ -230,6 +235,7 @@ help: @echo " check-deps - Check if all dependencies are available" @echo " install - Install executable and systemd service" @echo " uninstall - Remove installed files"+ @echo " sample-config - Create sample configuration file" @echo " clean - Remove build artifacts" @echo " distclean - Remove all generated files" @echo " format - Format source code (requires clang-format)"@@ -254,7 +260,7 @@ help: -include $(DEPENDS) # Phony targets-.PHONY: all debug static check-deps install uninstall systemd-service version-header clean distclean format analyze test test-memory memory-report help bump-patch bump-minor bump-major set-version+.PHONY: all debug static check-deps install uninstall systemd-service sample-config version-header clean distclean format analyze test test-memory memory-report help bump-patch bump-minor bump-major set-version # Print variables print-%: