aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile
blob: 482875a8940449bd06ad796152e06410a03b42a8 (plain)
1
2
3
4
5
6
7
8
9
10
CC	=	gcc
CFLAGS	=	-Wall -O2 -I../include
LD	=	ld

all:		test

test:		test.o hacks.o

clean:
	rm -f test *.o