ref: d0e5ea2107b6e7ebe743a4f6eb5be4953cdf519d
dir: /driver/posix/Makefile/
# See LICENSE file for copyright and license details. .POSIX: include ../../config.mk OBJS = scc.o all: scc $(OBJS): ../../inc/cc.h ../../inc/arg.h ../../lib/libcc.a: cd ../../lib && $(MAKE) -e scc: $(OBJS) ../../lib/libcc.a $(CC) $(SCC_LDFLAGS) $(OBJS) ../../lib/libcc.a -o $@ clean: rm -f $(OBJS) rm -f scc