aboutsummaryrefslogtreecommitdiff
path: root/f65/Makefile
blob: 91adf066fb31c9e8e413f08456b5c67e5031aa1c (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS=-Wall

all: test

f65.o: f65.c f65.h

f65test: f65.o f65test.c

test: f65test
	./f65test