From 28bc807ebe373fec0991ef0219ac1413f8375ac2 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 11 Mar 2016 10:45:12 +0000 Subject: move code_ccall for the ARM to new file cgarmc.c --- Makefile.linux_arm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.linux_arm') diff --git a/Makefile.linux_arm b/Makefile.linux_arm index 5b32afb..bec90c8 100644 --- a/Makefile.linux_arm +++ b/Makefile.linux_arm @@ -8,6 +8,8 @@ OBJECTS = cg.o cgcalc.o cgcode.o cginput.o cginstructions.o \ cg: $(OBJECTS) gcc -s $(OBJECTS) -o $@ +cginstructions.o : cgarmc.c + clean: rm $(OBJECTS) -- cgit v1.2.3