aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar jonas <himself@jonasgunz.de> 2019-02-19 01:46:05 +0100
committerGravatar jonas <himself@jonasgunz.de> 2019-02-19 01:46:05 +0100
commit76d8bd47c6f6a47742c986ad9146e6ae59fca053 (patch)
tree89d632d6b2619abc962686f58e4bee568babe5ca /Makefile
parentbf33eefa42ff1654df848e0b0e1ee740afc6f38f (diff)
downloadAsciiMap-76d8bd47c6f6a47742c986ad9146e6ae59fca053.tar.gz
Moved all bitmap stuff to bitmap.h / .c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dee2c36..952a4fe 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ LDFLAGS = -lm
OUTPUT = bitmap
BUILDDIR = build
-FILE = a
+FILE = 022
-OBJ = main.o
+OBJ = main.o bitmap.o
build: $(OBJ)
mkdir -p $(BUILDDIR)