# Generated automatically from Makefile.in by configure.
BIN = ../../bin
DEFS = -DHAVE_CONFIG_H
CC = gcc
CFLAGS = -g -O2
LDFLAGS = 
LIBS = 

all:	$(BIN)/tiasm

$(BIN)/tiasm:	tiasm.c Makefile
	$(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) -o $(BIN)/tiasm tiasm.c $(LIBS)
