comparison ticoff/Makefile @ 77:590396e27e96

tiobjd: basics dump streamlined
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 25 Mar 2014 22:47:51 +0000
parents 7a0559016b68
children c2445afce514
comparison
equal deleted inserted replaced
76:7a0559016b68 77:590396e27e96
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 2 CFLAGS= -O2
3 PROG= tiobjd 3 PROG= tiobjd
4 OBJS= basics.o globals.o lowlevel.o main.o tables.o 4 OBJS= basics.o globals.o lowlevel.o main.o symtab.o tables.o
5 HDRS= filestruct.h globals.h intstruct.h 5 HDRS= filestruct.h globals.h intstruct.h
6 6
7 all: ${PROG} 7 all: ${PROG}
8 8
9 ${PROG}: ${OBJS} 9 ${PROG}: ${OBJS}