include resource.mk name = yaccs YERROR = false OBJECTS= ayacc.y.o alex.l.o byacc.y.o blex.l.o main.o all: OBJECTS CC -o test.flt OBJECTS -ll LDFLAGS test: test.flt < t1.txt