Skip to content

Commit

Permalink
تم التشغيل على linux بعد إعادة الهيكلة
Browse files Browse the repository at this point in the history
  • Loading branch information
Shad7ows committed Aug 8, 2024
1 parent 2793cca commit b9ae302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linuxBuild/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SOURCE_FILES = $(wildcard $(SOURCE_DIR)/Alif/*.cpp) $(wildcard $(SOURCE_DIR)/Obj

INCLUDES = -I$(SOURCE_DIR)/Alif -I$(SOURCE_DIR)/Include/Core -I$(SOURCE_DIR)/Include/Main

OBJECTS = $(SOURCE_FILES:$(SOURCE_DIR)/Objects/%.cpp=$(BUILD_DIR)/%.o) $(SOURCE_FILES:$(SOURCE_DIR)/Alif/%.cpp=$(BUILD_DIR)/%.o)
OBJECTS = $(SOURCE_FILES:$(SOURCE_DIR)/Objects/%/%.cpp=$(BUILD_DIR)/%.o)

TARGET = $(BUILD_DIR)/alif

Expand Down

0 comments on commit b9ae302

Please sign in to comment.