d15f271fd91eded1712e2fc110bcf5112b08899d
[tpg/acess2.git] / 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