ref: 647f85d6fac7e0aee9881909cd5086941e3d11c7
dir: /as/Makefile/
.POSIX: LIBDIR = ../lib/scc include ../config.mk include $(LIBDIR)/libdep.mk OBJ = main.o emit.o HDR = ../inc/scc.h as.h all: $(OBJ): $(HDR) as: $(OBJ) $(CC) $(SCC_LDFLAGS) $(OBJ) -lscc -o $@ dep: ./gendep.sh $(TARGETS) clean: rm -f *.o rm -f target/*/*.o rm -f target/*/instbl.c rm -f as-* distclean: clean rm -f makefile