CFLAGS=-Wall -g -I/usr/src/linux-2.6.6/include

all: direct sysenter syscall appl

clean:
	rm -f appl sysenter syscall direct hello
