Display error message if --vmfile and --grub are used in same cmdline
[grml-debootstrap.git] / packer / Makefile
1 compile: fake-uname.so
2
3 fake-uname.so:
4         gcc -shared -fPIC -ldl fake-uname.c -o fake-uname.so
5
6 packer: fake-uname.so
7         packer build debian64_wheezy.json
8
9 .PHONY: compile packer