diff options
| author | Miguel <m.i@gmx.at> | 2018-10-15 23:06:47 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-15 23:06:47 +0200 |
| commit | 39f271589fb9db3d6a383857817b13a9bb59d981 (patch) | |
| tree | 0664d03268e49fa1028b144e7b596510bdb65906 /userspace/pain/Makefile | |
| parent | cf43e3a1205c133505371fb5fd5b2db6b711e195 (diff) | |
ported zlib and libpng and improved compositor to handle 32 AND 24 bit depth
Diffstat (limited to 'userspace/pain/Makefile')
| -rw-r--r-- | userspace/pain/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
