summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-03-31 19:32:13 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-03-31 19:32:13 (GMT)
commit0692fd3ae8c1219b81098de4fa7a8d7a90422afe (patch)
tree204af6c7843be6fc0e381c0f3614357f741ae477 /Makefile
download5kk53-0692fd3ae8c1219b81098de4fa7a8d7a90422afe.zip
5kk53-0692fd3ae8c1219b81098de4fa7a8d7a90422afe.tar.gz
5kk53-0692fd3ae8c1219b81098de4fa7a8d7a90422afe.tar.bz2
Initial dct modules with dummy main.
forward dct compiles cleanly. Needs to be verified if working. inverse dct needs some type fixing (from original libjpeg).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e7eff81
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+all:
+ gcc -o test src/main.c src/fdct.c -I include/