OSDN Git Service

add decompressor to the makefile
authorRudolf Polzer <divverent@xonotic.org>
Wed, 13 Jul 2011 14:28:36 +0000 (16:28 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 14 Jul 2011 17:12:25 +0000 (19:12 +0200)
Makefile

index d2be05e..0ea0ea7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: s2tc libtxc_dxtn.so
+all: s2tc s2tc_decompress libtxc_dxtn.so
 
 CFLAGS = -O3 -Wall -Wextra -fPIC
 CXXFLAGS = $(CFLAGS)