Skip to content

Commit 3296695

Browse files
committed
Move raygui.h into third-party libs directory
1 parent eb859a9 commit 3296695

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ OBJS := $(patsubst $(SRC_DIR)/%.c,$(BIN_DIR)/%.o,$(SRCS))
1515
TARGET := Azzian
1616

1717
# Compiler flags
18-
CFLAGS := -Wall -Wextra -ggdb -std=c99 -Iinclude
18+
CFLAGS := -Wall -Wextra -ggdb -std=c99 -Iinclude -Ilib
1919

2020
# Linker flags
2121
LDFLAGS := -lraylib -lm

include/raygui.h lib/raygui.h

File renamed without changes.

0 commit comments

Comments
 (0)