• This project
    • Loading...
  • Sign in

오수한 / discord_chatbot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • discord_chatbot
  • node_modules
  • delayed-stream
  • Makefile
  • 오수한's avatar
    Discord.js add · 4527dc79
    4527dc79
    오수한 authored 2022-05-09 20:01:03 +0900
Makefile 57 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
SHELL := /bin/bash

test:
	@./test/run.js

.PHONY: test