all: texicons.rc texicons.c
	bcc -W texicons.c
	brc -30 texicons

clean:
	del texicons.obj
	del texicons.res
