Skip to content

Commit a2ee09e

Browse files
committed
Fixed header files path in build.sh. It was not able to find
crossplatform.h from files in 'headers' folder.
1 parent d5da51f commit a2ee09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
gcc -Wall -Wextra main.c tea.c -std=c99 -Wpedantic -o tea
3+
gcc -Wall -Wextra main.c tea.c -std=c99 -Wpedantic -o tea -I .

0 commit comments

Comments
 (0)