summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)