Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 8172 → Rev 8173

/trunk/wims/src/Misc/symtext/Makefile.in
13,11 → 13,11
 
symobjects=compile.o match.o suffix.o translate.o symtext.o
 
all:: symtext
 
%.o: %.c *.h
$(cc) -o $@ $(cflags) $(defines) $(lopt) -c $<
$(cc) -o $@ $(cflags) $(defines) -c $<
 
all:: symtext
 
clean::
rm -f *.o symtext