We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b2093 commit dbb0108Copy full SHA for dbb0108
Makefile
@@ -7,3 +7,5 @@ randnum: randnum.o
7
$(CXX) $(CXXFLAGS) -o $@ $<
8
%.o: %.cpp
9
$(CXX) $(CXXFLAGS) -c $<
10
+clean:
11
+ rm *.o randnum
0 commit comments