diff options
author | jonas <himself@jonasgunz.de> | 2019-04-28 12:15:26 +0200 |
---|---|---|
committer | jonas <himself@jonasgunz.de> | 2019-04-28 12:15:26 +0200 |
commit | 1beb7e77df6a630894243f5a29475e17b2b84096 (patch) | |
tree | ba03f90658cb683dc76de9cccdfab0e32b773b90 /Makefile | |
parent | ed99cc649822dde14de66a2bc7c203eb6376ae78 (diff) | |
download | AsciiMap-1beb7e77df6a630894243f5a29475e17b2b84096.tar.gz |
Cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |