include ../user/Makefile.inc

LIB64	= ../lib/pekoe64.a
CRT64	= ../lib/crt64.o
LIB32	= ../lib/pekoe32.a
CRT32	= ../lib/crt32.o
CFINCLUDE	= -I../include

.cpp.o:
	$(CC) $(CF64) $(CFBASE) $(CFINCLUDE) $*.cpp

all: 

clean:
	-rm -f *.o *.elf *.com *.tek *.exe *.ld *.t 

