Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tadd committed Feb 1, 2025
1 parent 8a71186 commit 7618109
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 215 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ANALYZER=-fanalyzer
SANITIZER=-fsanitize=undefined #,address
TIMEOUT=timeout 2

OBJ_COMMON=schaf.o utils.o scary.o table.o
OBJ_COMMON=schaf.o utils.o table.o
OBJ=$(OBJ_COMMON) main.o
OBJ_TEST=$(OBJ_COMMON) basic-test.o

Expand Down Expand Up @@ -59,10 +59,8 @@ basic-test-san: $(OBJ_TEST:.o=.san.o)
microbench: schaf
@$(MAKE) -C $@

scary.o: scary.h
utils.o: utils.h
schaf.o main.o basic-test.o: schaf.h utils.h
schaf.o scary.o: scary.h
table.o: table.h utils.h
schaf.o basic-test.o: table.h

Expand Down
148 changes: 0 additions & 148 deletions scary.c

This file was deleted.

63 changes: 0 additions & 63 deletions scary.h

This file was deleted.

1 change: 0 additions & 1 deletion schaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "schaf.h"
#include "utils.h"
#include "scary.h"
#include "table.h"
#include "utils.h"

Expand Down

0 comments on commit 7618109

Please sign in to comment.