Add an example of undefined behaviour

This commit is contained in:
neingeist 2014-02-15 14:09:43 +01:00
parent ed40922f52
commit ffa93c8d34
3 changed files with 18 additions and 1 deletions

View file

@ -2,7 +2,7 @@ CC=clang
CFLAGS=-std=c99 -Wextra -pedantic -g -O0
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example mtrace-test av-variance
TARGETS=approximate-pi linked-list mandelbrot threads circular-buffer structs ncurses-pong bit-fuckery bit-fuckery2 checkcheck multibrot bloom wo-lernen lua-foo binsearch test-inline-assembly uiowa-threads-example mtrace-test av-variance undefined-behaviour
EXTRAS=mandelbrot.bmp multibrot.png test-inline-assembly.s tags mtrace-test.trace mtrace-test.txt
.PHONY: all