add deps and change gitignore and makefiles
This commit is contained in:
+2
-1
@@ -54,4 +54,5 @@ dkms.conf
|
||||
|
||||
*.zip
|
||||
*.pdf
|
||||
*.png
|
||||
*.bmp
|
||||
!main*
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
build:
|
||||
gcc main.c bitmap.c -o main -O3
|
||||
|
||||
run:
|
||||
make build
|
||||
./main
|
||||
|
||||
show:
|
||||
make run
|
||||
feh after.bmp
|
||||
|
||||
convert:
|
||||
magick after.bmp after.png # for showing image in pdf
|
||||
+1
-13
@@ -1,13 +1 @@
|
||||
build:
|
||||
gcc main.c bitmap.c -o main -O3
|
||||
|
||||
run:
|
||||
make build
|
||||
./main
|
||||
|
||||
show:
|
||||
make run
|
||||
feh after.bmp
|
||||
|
||||
convert:
|
||||
magick after.bmp after.png # for showing image in pdf
|
||||
include ../Makefile
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 60 MiB |
Binary file not shown.
Reference in New Issue
Block a user