Skip to content

Commit

Permalink
p# Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Mar 4, 2024
1 parent 5e3b330 commit 436da50
Show file tree
Hide file tree
Showing 4 changed files with 478,469 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ deps := $(OBJS:%.o=%.o.d)

.SUFFIXES: .o .cpp
.cpp.o:
$(CXX) -o $@ $(CXXFLAGS) -c -MMD -MF $@.d $< -v
$(CXX) -S $(CXXFLAGS) $< -o $@.s -MMD -MF $@.d -v
cat *.s

EXEC = tests/main

Expand Down
Loading

0 comments on commit 436da50

Please sign in to comment.