
all: ucs

ucs: universal-chimera-screen.c
	$(CC) $(CFLAGS) -oucs universal-chimera-screen.c
