home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.whtech.com
/
ftp.whtech.com.7z
/
ftp.whtech.com
/
emulators
/
v9t9
/
linux
/
sources
/
V9t9
/
tools
/
TIAsm
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Makefile
|
2006-10-19
|
259 b
|
13 lines
# 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)