mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2026-03-03 19:02:15 +01:00
add .gitignore and add a flags rule to makefile to create compile_flags.txt
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.vscode
|
||||||
|
.objs
|
||||||
|
RT
|
||||||
|
compile_flags.txt
|
||||||
|
imgui.ini
|
||||||
3
Makefile
3
Makefile
@ -74,7 +74,8 @@ $(NAME): $(OBJS) $(HEADERS)
|
|||||||
@printf "$(LINE_CLR)$(WHITE) $(NAME): PROJECT COMPILED !$(RESET)\n\n"
|
@printf "$(LINE_CLR)$(WHITE) $(NAME): PROJECT COMPILED !$(RESET)\n\n"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
flags:
|
||||||
|
echo $(CFLAGS) $(IFLAGS) | tr " " "\n" > compile_flags.txt
|
||||||
|
|
||||||
$(OBJS_DIR)/%.o: %.cpp
|
$(OBJS_DIR)/%.o: %.cpp
|
||||||
@$(DIR_DUP)
|
@$(DIR_DUP)
|
||||||
|
|||||||
Reference in New Issue
Block a user