Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcussacapuces91 authored Aug 22, 2024
1 parent da27974 commit f896932
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ OBJD=./obj
SRCD=./src

obj/main.o: src/main.cpp
mkdir ./obj
$(CXX) $(CXXFLAGS) $(INCLUDE) $< -o $@

.PHONY: clean
Expand Down

0 comments on commit f896932

Please sign in to comment.