Made exposed endpoints static

This commit is contained in:
Victor Olin 2023-02-24 12:01:37 +01:00
parent bbd2650445
commit a684fe1ea0
6 changed files with 121 additions and 62 deletions

View file

@ -9,8 +9,8 @@ STDFLAGS = -std=gnu++20 -stdlib=libc++
WFLAGS = -Wall -Wextra
DBGFLAGS = -g
test_test:
echo "$(shell pwd)"
advance:
$(CC) $(WFLAGS) $(STDFLAGS) tests/advance.cpp -o tests/advance.out
heap:
$(CC) $(WFLAGS) $(STDFLAGS) $(LIB_INCL) lib/heap.cpp