switched to gcc

This commit is contained in:
Joel Sherrill
1998-04-14 16:08:47 +00:00
parent 52461c5875
commit bf09257a95

View File

@@ -1,11 +1,14 @@
# @(#)Makefile 5.6 (Berkeley) 5/11/90
CC=gcc
PROG= ctags-new
CFLAGS+=-I.
CFLAGS+=-I. -g
SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c strerror.c
ctags: C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o strerror.o
cc -o ctags-new C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o \
$(CC) -o ctags-new C.o ctags.o fortran.o lisp.o print.o tree.o yacc.o \
strerror.o
clean: