We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4002fb commit bcfd89dCopy full SHA for bcfd89d
1 file changed
smart-ptr/Makefile
@@ -9,6 +9,9 @@ all: $(TARGET)
9
$(TARGET): $(SRCS)
10
$(CXX) $(CXXFLAGS) -o $(TARGET) $(SRCS)
11
12
+run: $(TARGET)
13
+ ./$(TARGET) $(ARGS)
14
+
15
clean:
16
rm -f $(TARGET)
17
0 commit comments