Skip to content

Commit

Permalink
renamed files for a simpler codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
catriverr committed Aug 14, 2024
1 parent a4d83a6 commit 1f5a1e0
Show file tree
Hide file tree
Showing 29 changed files with 2,091 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .clangd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#.clangd
#CompileFlags:
Add: [ -D_DARWIN_C_SOURCE, -DNCURSES_WIDECHAR, -include, "/opt/homebrew/Cellar/ncurses/6.5/include/ncursesw", -include, "/opt/homebrew/Cellar/ncurses/6.5/include", -D__GMENG_OBJECTINIT__=1, -include, "./lib/bin/gmeng.hpp" ]
Add: [ -D_DARWIN_C_SOURCE, -DNCURSES_WIDECHAR, -include, "/opt/homebrew/Cellar/ncurses/6.5/include/ncursesw", -include, "/opt/homebrew/Cellar/ncurses/6.5/include", -D__GMENG_OBJECTINIT__=1, -include, "./lib/bin/gmeng.h" ]
2 changes: 2 additions & 0 deletions build_cf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
g++ -lcurl -g --std=c++20 -pthread $1 -o $1.o `pkg-config --libs --cflags ncursesw` -Wno-deprecated-declarations -Wno-writable-strings -Wno-switch-bool -Wno-format-security -framework ApplicationServices

Loading

0 comments on commit 1f5a1e0

Please sign in to comment.