Subversion Repositories Kolibri OS

Rev

Rev 5022 | Rev 6668 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5022 Serge 1
 
2
FASM:= fasm
6303 serge 3
5022 Serge 4
 
5
6
 
7
8
 
9
10
 
11
12
 
13
 
14
15
 
16
	$(FASM) $< $@
17
18
 
19
	$(AR) cvrs $@ $(target_objs)
20
	mv -f $@ ../../lib
21