Skip to content

Commit 56deac2

Browse files
committed
ANSI it up
1 parent 2c970fd commit 56deac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
test: test.c src/commander.c
3-
$(CC) $^ -std=c99 -o $@ -Wall -Wextra
3+
$(CC) $^ -o $@ -Wall -Wextra
44

55
clean:
66
rm -f test

test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "src/commander.h"
44

55
static void
6-
verbose(command_t *self) {
6+
verbose() {
77
printf("verbose: enabled\n");
88
}
99

0 commit comments

Comments
 (0)