Commit ddb7f72c authored by Samarth Joshi's avatar Samarth Joshi

Fix Makefile bug

parent 838294d2
......@@ -24,7 +24,7 @@ clean:
$(RM) -rf $(STARGET) $(CTARGET)
run_client:
./$(STARGET)
./$(CTARGET)
run_server:
./$(CTARGET)
./$(STARGET)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment