URL
https://opencores.org/ocsvn/wf3d/wf3d/trunk
Subversion Repositories wf3d
[/] [wf3d/] [trunk/] [bin/] [a2bmp/] [Makefile] - Rev 5
Go to most recent revision | Compare with Previous | Blame | View Log
a2bmp: a2bmp.c bitmap.c bitmap.h
$(CC) a2bmp.c bitmap.c -o a2bmp
.PHONY: clean
clean:
$(RM) a2bmp.exe a2bmp *~
Go to most recent revision | Compare with Previous | Blame | View Log