diff options
Diffstat (limited to 'app-cdr/uif2iso/files/0.1.7-Makefile')
-rw-r--r-- | app-cdr/uif2iso/files/0.1.7-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-cdr/uif2iso/files/0.1.7-Makefile b/app-cdr/uif2iso/files/0.1.7-Makefile new file mode 100644 index 000000000000..0b8a2bd95355 --- /dev/null +++ b/app-cdr/uif2iso/files/0.1.7-Makefile @@ -0,0 +1,10 @@ +# 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) |