We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e9f80 commit 243aef4Copy full SHA for 243aef4
Makefile
@@ -6,7 +6,7 @@ clean:
6
# CFLAGS=-Wall
7
8
libbattery.o: libbattery.c battery.h
9
- gcc $(CFLAGS) libbattery.c -o libbattery.o
+ $(CC) $(CFLAGS) libbattery.c -o libbattery.o
10
11
battery: battery.c libbattery.c battery.h
12
- gcc $(CFLAGS) battery.c libbattery.c -lm -o battery
+ $(CC) $(CFLAGS) battery.c libbattery.c -lm -o battery
0 commit comments