move exercise0 makefile into folder

This commit is contained in:
2025-09-02 19:17:49 +02:00
parent e62a677194
commit 213613e008
3 changed files with 17 additions and 18 deletions
-17
View File
@@ -1,17 +0,0 @@
build: main.c bitmap.c
gcc main.c bitmap.c -o main -O3
run: build
./main
show: run
feh after.bmp
convert: run
magick after.bmp after.png # for showing image in pdf
zip: before.bmp main.pdf ../Makefile main.c bitmap.h bitmap.c
zip handin.zip before.bmp main.pdf ../Makefile main.c bitmap.h bitmap.c
unzip: handin.zip
unzip handin.zip -d handin
+17 -1
View File
@@ -1 +1,17 @@
include ../Makefile
build: main.c bitmap.c
gcc main.c bitmap.c -o main -O2
run: build
./main
show: run
feh after.bmp
convert: run
magick after.bmp after.png # for showing image in pdf
zip: before.bmp main.pdf Makefile main.c bitmap.h bitmap.c
zip handin.zip before.bmp main.pdf Makefile main.c bitmap.h bitmap.c
unzip: handin.zip
unzip handin.zip -d handin
BIN
View File
Binary file not shown.