Subversion Repositories Kolibri OS

Rev

Rev 6668 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5022 Serge 1
 
2
FASM:= fasm.exe
3
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