Split things up a bit.

Also start approximating the look and feel
This commit is contained in:
2026-05-20 22:32:42 -04:00
parent 82ca0de82d
commit 2c39765a4d
5 changed files with 130 additions and 67 deletions
+6 -1
View File
@@ -5,7 +5,12 @@ CPPFLAGS+= -I.
LDFLAGS+= -Wl,-rpath,'$$ORIGIN/'
OBJECTS= helpers.o format.o cudir.o
all: cudir
cudir: $(OBJECTS)
$(CXX) -o $@ $(OBJECTS)
clean:
rm -f cudir
rm -f cudir *.o