Merge branch 'master' of [email protected]:acess2
[tpg/acess2.git] / Usermode / Libraries / crt0.o_src / Makefile
1 #
2 #
3 #
4
5 -include ../Makefile.cfg
6
7 ASFLAGS = -felf
8
9 .PHONY: all clean install
10
11 all: ../crt0.o
12
13 install: ../crt0.o
14
15 clean:
16         $(RM) ../crt0.o
17
18 ../crt0.o: crt0.asm
19         $(AS) $(ASFLAGS) $< -o $@

UCC git Repository :: git.ucc.asn.au