From cc85ccb98707f418f04b428f7edbc111f3e95831 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 3 Oct 2020 01:17:13 +0200 Subject: Readme --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c18490..3a043b1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BUILDDIR = build SOURCEDIR = src OBJECTDIR = obj -OUTPUT = program +OUTPUT = rcon SRCS = $(wildcard $(SOURCEDIR)/*.c) OBJS = $(SRCS:.c=.o) -- cgit v1.2.3