summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <Pixel>2002-05-27 16:27:51 +0000
committerPixel <Pixel>2002-05-27 16:27:51 +0000
commitaaa76739c3d6dbeb33b1f1027ec93c260fe55b35 (patch)
tree19789de0b6802c15453a771484d338b96e6c493c /Makefile
parent2238d7bdbbda2a107ee14429f4e477183dacb684 (diff)
DTE rhaaaaaaa
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d741a4d..1fef412 100755
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CPPFLAGS=-Wall -g -I. -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror
CXX=g++
-TARGET = lz77 dlz77 yazedc cd-tool dte-tool dte-tool-asm
+TARGET = lz77 dlz77 yazedc cd-tool dte-tool
all: ${TARGET}