Subversion Repositories Kolibri OS

Rev

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

Rev 8402 Rev 8416
Line 17... Line 17...
17
	objcopy mupdf -O binary
17
	objcopy mupdf -O binary
Line 18... Line 18...
18
 
18
 
19
 
19
 
-
 
20
%.o : %.c Makefile $(APPS_SRC)
-
 
21
	$(CC) $(CFLAGS) $(INCLUDES) -o $@ $<
-
 
22