Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Mar 4, 2024
1 parent 064ef78 commit 23ed856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ endif
CXXFLAGS += -Wall -Wcast-qual -I. $(ARCH_CFLAGS) -std=gnu++14
LDFLAGS += -lm
OBJS = \
tests/binding.o \
tests/common.o \
tests/impl.o \
tests/test.o \
tests/main.o
# tests/binding.o \
# tests/common.o \
# tests/impl.o \
# tests/main.o
tests/test.o
deps := $(OBJS:%.o=%.o.d)

.SUFFIXES: .o .cpp
Expand Down

0 comments on commit 23ed856

Please sign in to comment.