Add Makefile for ostree_switch_root

This commit is contained in:
Colin Walters 2011-10-26 14:40:36 -04:00
parent 03943c659f
commit bb833ea347

3
parallel-debian/Makefile Normal file
View File

@ -0,0 +1,3 @@
ostree_switch_root: ostree_switch_root.c Makefile
gcc -Wall -o $@ $<