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.
 
 

7 lines
178 B

chip: chip.c
gcc -O2 main.c chip.c -Wall -Wextra -Werror -o chip
test: chip.c
gcc -DDEBUG -O0 -g main.c chip.c -fsanitize=address -fsanitize=undefined -Wall -Wextra -o test