From 836ba18991af12dd5094a79a3777bb736857f18a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 8 Dec 2013 01:41:09 +0100 Subject: wibble --- src/fripost-partman-udeb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fripost-partman-udeb/Makefile') diff --git a/src/fripost-partman-udeb/Makefile b/src/fripost-partman-udeb/Makefile index b603c83..b1f19cf 100644 --- a/src/fripost-partman-udeb/Makefile +++ b/src/fripost-partman-udeb/Makefile @@ -6,7 +6,7 @@ LIBS = lib/stdbuf.so all: ${LIBS} %.so: %.c - #TODO: multiarch (-m32/-m64) + # TODO: multiarch (-m32/-m64) ${CC} ${CFLAGS} $< -fPIC -shared -o $@ clean: -- cgit v1.2.3