aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1cc8d4a..0601b90 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ LDFLAGS =
OUTPUT = bitmap
BUILDDIR = build
+FILE = 02
+
OBJ = main.o
build: $(OBJ)
@@ -29,4 +31,4 @@ clean:
rm -Rdf $(BUILDDIR)
run: build
- @LD_LIBRARY_PATH=../lib/ $(BUILDDIR)/$(OUTPUT) a.bmp a.txt
+ $(BUILDDIR)/$(OUTPUT) $(FILE).bmp $(FILE).txt