all:
	gcc simpleBranch-pre.c -o simpleBranch-pre
	gcc simpleBranch-post.c -o simpleBranch-post

clean:
	rm simpleBranch-pre
	rm simpleBranch-post
