aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar jonas <himself@jonasgunz.de> 2019-04-28 12:15:26 +0200
committerGravatar jonas <himself@jonasgunz.de> 2019-04-28 12:15:26 +0200
commit1beb7e77df6a630894243f5a29475e17b2b84096 (patch)
treeba03f90658cb683dc76de9cccdfab0e32b773b90 /Makefile
parented99cc649822dde14de66a2bc7c203eb6376ae78 (diff)
downloadAsciiMap-1beb7e77df6a630894243f5a29475e17b2b84096.tar.gz
Cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index be95545..b26898c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LDFLAGS = -lm
OUTPUT = bitmap
BUILDDIR = build
-FILE = 022
+FILE = 022.bmp
OBJ = main.o bitmap.o
@@ -34,4 +34,4 @@ clean:
rm -Rdf $(BUILDDIR)
run: build
- $(BUILDDIR)/$(OUTPUT) $(FILE).bmp $(FILE).txt
+ $(BUILDDIR)/$(OUTPUT) $(FILE)