Subversion Repositories Kolibri OS

Rev

Rev 4632 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4632 Rev 4633
Line 51... Line 51...
51
 
51
 
52
%.o : %.c Makefile
52
%.o : %.c Makefile
Line 53... Line 53...
53
	$(CC) $(CFLAGS) -std=c99 $(MESA_DEFS) $(INC_MESA) -o $@ $<
53
	$(CC) $(CFLAGS) -std=c99 $(MESA_DEFS) $(INC_MESA) -o $@ $<
54
 
54
 
Line 55... Line 55...
55
%.o : %.S Makefile
55
%.o : %.S Makefile