Skip to content

Commit 6b51b9c

Browse files
committed
restructurizing ig
1 parent 5176cdf commit 6b51b9c

39 files changed

+10052
-517
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ endif
1717
#LIBS = -lpng16 -lglfw3 -lglew32 -lpng -lopengl32
1818
#LIBS=-fsanitize=address -static-libasan `pkg-config --libs --cflags glew libpng16 glfw3`
1919

20-
HEADERS=$(wildcard include/*.hpp) $(wildcard *.hpp) $(wildcard loaders/*.hpp) $(wildcard utils/*.hpp)
20+
HEADERS=$(wildcard include/*.hpp) $(wildcard *.hpp) $(wildcard loaders/*.hpp) $(wildcard utils/*.hpp) $(wildcard objects/*.hpp)
2121

22-
SOURCE:=$(wildcard *.cpp) $(wildcard loaders/*.cpp) $(wildcard utils/*.cpp)
22+
SOURCE:=$(wildcard *.cpp) $(wildcard loaders/*.cpp) $(wildcard utils/*.cpp) $(wildcard objects/*.cpp)
2323
OBJS:=$(SOURCE:.cpp=.o)
2424

2525
default:$(HEADERS) mkdir all run
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)