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 030e307 commit 9b55316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ endif
CXXFLAGS += -Wall -Wcast-qual -I. $(ARCH_CFLAGS) -std=gnu++14
LDFLAGS += -lm
OBJS = \
tests/test.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 9b55316

Please sign in to comment.