88ca57886c4d5bb5349492e5617041bb35661990
[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