Skip to content

Commit

Permalink
Revert general rule in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jun 10, 2024
1 parent 623064d commit e7f1c20
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 @@ -201,7 +201,7 @@ emscripten-emmake: info
#
# general rule for compiling
#
%.$(OBJ_EXT):
.cpp.$(OBJ_EXT):
$(CXX) -c $(CFLAGS) $< -o $*.$(OBJ_EXT)

#
Expand Down

0 comments on commit e7f1c20

Please sign in to comment.