blob: a14e4a7a7f2e75be539fd711b5247ea8daeb9551 [file] [log] [blame]
build:
$(shell touch foo)
install: build
install -d $(DESTDIR)/usr/share
install -m 0644 foo $(DESTDIR)/usr/share/foo
all: build install