You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
430 B

6 years ago
# format code
6 years ago
clang-format -i chr6.c
6 years ago
6 years ago
# remove old
6 years ago
rm ./chr6
6 years ago
6 years ago
# debug
cc -std=c89 -DDEBUG -Wall -Wpedantic -Wshadow -Wextra -Werror=implicit-int -Werror=incompatible-pointer-types -Werror=int-conversion -Wvla -g -Og -fsanitize=address -fsanitize=undefined chr6.c -I/usr/local/include -L/usr/local/lib -lSDL2 -o chr6
6 years ago
# build
# cc -std=c89 -Wall chr6.c -I/usr/local/include -L/usr/local/lib -lSDL2 -o chr6
6 years ago
6 years ago
# run
6 years ago
./chr6 sprite.chr