blob: d5ab84bb04fb2f1c81989350a8c09ffebfe13237 [file] [log] [blame]
$(TARG): $(OFILES)
$(CC) -o $(TARG) $(OFILES) $(LDFLAGS)
CLEANFILES+=$(TARG)
include $(9SRC)/Makecommon
install: $(TARG)
cp $(TARG) $(9SRC)/bin