Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by manizzle ( 15 years ago )
all: $(OBJS)
$(CC) $(LDFLAGS) -o outbin $(OBJS) $(LIBS)
llvm: $(OBJS)
$(CCLLVM) $(CFLAGSLLVM) -o $@ -c $<
$(LINKLLVM) -o outbin $(OBJS) $(ADDEDOBJS)
.c.o: $(OBJS)
$(CC) $(CFLAGS) -o $@ -c $<
Revise this Paste
Parent: 36040
Children: 36042