From 1599e4b8e3594f141cc2187ff538dc720d502983 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Apr 2018 19:25:32 +0200 Subject: Use CC for assembly files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b35f3cd..57fc2cf 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ endif $(CC) $(CFLAGS) -c -o $@ $< %.o: %.S - $(CXX) $(CFLAGS) -Wa,-I./src/ -c -o $@ $< + $(CC) $(CFLAGS) -Wa,-I./src/ -c -o $@ $< clean: rm -f $(OBJS) $(TARGET) -- cgit v1.2.3