# Minimal Makefile for OpenList DEB package
# The actual build is handled by debian/rules

all:
	@echo "OpenList DEB package - build handled by debian/rules"

install:
	@echo "Install handled by debian/rules"

clean:
	@echo "Clean handled by debian/rules"

.PHONY: all install clean
