From 39f271589fb9db3d6a383857817b13a9bb59d981 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 15 Oct 2018 23:06:47 +0200 Subject: ported zlib and libpng and improved compositor to handle 32 AND 24 bit depth --- userspace/pain/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 userspace/pain/Makefile (limited to 'userspace/pain/Makefile') diff --git a/userspace/pain/Makefile b/userspace/pain/Makefile new file mode 100644 index 0000000..bfa31c8 --- /dev/null +++ b/userspace/pain/Makefile @@ -0,0 +1,6 @@ +CC=i686-foolos-gcc + +pain1 : pain1.c + i686-foolos-gcc pain1.c -lpng -lz -o pain1 +clean: + -rm pain1 -- cgit v1.2.3