From 620a534e46a78e2664f1a105c694330fc267453b Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 3 May 2019 03:07:07 +0200 Subject: Did a fuck ton. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b26898c..bbecb30 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ OUTPUT = bitmap BUILDDIR = build FILE = 022.bmp - -OBJ = main.o bitmap.o +SRCS = $(wildcard *.c) +OBJ = $(SRCS:.c=.o) build: $(OBJ) mkdir -p $(BUILDDIR) -- cgit v1.2.3