core-admin/dom0/dispvm/Makefile

13 lines
288 B
Makefile
Raw Normal View History

2010-06-02 15:50:22 +02:00
CC=gcc
CFLAGS=-Wall
2011-11-02 20:03:09 +01:00
all: qubes_restore xenstore-watch
2010-06-02 15:50:22 +02:00
qubes_restore: qubes_restore.o
$(CC) -o qubes_restore qubes_restore.o -lxenstore
xenstore-watch: xenstore-watch.o
$(CC) -o xenstore-watch xenstore-watch.o -lxenstore
2010-06-02 15:50:22 +02:00
clean:
rm -f *.o *~ qubes_restore xenstore-watch xenfreepages