Makefile 108 B

12345678
  1. CFLAGS=-O3
  2. all: qubesd-query-fast
  3. qubesd-query-fast: qubesd-query-fast.c
  4. clean:
  5. rm -f qubesd-query-fast