You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/uif2iso/files/0.1.7-Makefile

11 lines
184 B

# We replace the makefile since the upstream one is not suitable for
# us :(
OBJS := $(patsubst %.c,%.o,$(wildcard *.c))
CFLAGS += -DMAGICISO_IS_SHIT
LDLIBS = -lz
uif2iso: $(OBJS)