simple renames, remove a bunch of emscripten code

This commit is contained in:
2024-06-12 09:23:41 -04:00
parent 9e47fdd28e
commit e418da1d3b
10 changed files with 2 additions and 669 deletions

View File

@ -14,7 +14,7 @@
#CXX = g++
#CXX = clang++
EXE = ppdnode
EXE = tview
IMGUI_DIR = lib
SOURCES = main.cpp
SOURCES += $(wildcard $(IMGUI_DIR)/*.cpp)