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 a54c01c commit 0a33a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ deps := $(OBJS:%.o=%.o.d)
.SUFFIXES: .o .cpp
.cpp.o:
$(CXX) -S $(CXXFLAGS) $< -o $@.s -MMD -MF $@.d -v
cat *.s
cat *.s

EXEC = tests/main

Expand Down

0 comments on commit 0a33a44

Please sign in to comment.