Skip to content

Instantly share code, notes, and snippets.

@danielholmstrom
Created September 27, 2012 15:25
Show Gist options
  • Save danielholmstrom/3794610 to your computer and use it in GitHub Desktop.
Save danielholmstrom/3794610 to your computer and use it in GitHub Desktop.
DISTFILE=$(shell realpath ./build)/minimal-linux-home.tgz
dist: FORCE
rm -f $(DISTFILE) && cd home/ && tar -zcf $(DISTFILE) .*
FORCE:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment