# $Id: Makefile,v 1.3 2012/01/11 21:46:40 adamm Exp adamm $

### Copyright notice at the bottom of this file ###

SHELL = /bin/bash

hexify:	hexify.c
	cc -o hexify hexify.c

install:
	asm2install $(ASM2_SW_DEST) $(ASM2_SW_MODE) hexify

clean:
	rm -f hexify


###
### Copyright, 2009, Adam Moskowitz. All rights reserved.
###
### Any redistribution of this software must retain the above copyright
### notice, this list of conditions, and the following disclaimer.
###
### Without specific prior written permission from the copyright holder,
### you may not charge a fee for the redistribution of this software.
###
### All other redistribution and use is hereby permitted.
###
### This software is provided "as is" and without any express or implied
### warranties, including, without limitation, the implied warranties of
### merchantability and fitness for a particular purpose.
###







#clean:
#	rm -f hexify

###
### Copyright, 2012, Adam Moskowitz. All rights reserved.
###
### Any redistribution of this software must retain the above copyright
### notice, this list of conditions, and the following disclaimer.
###
### Without specific prior written permission from the copyright holder,
### you may not charge a fee for the redistribution of this software.
###
### All other redistribution and use is hereby permitted.
###
### This software is provided "as is" and without any express or implied
### warranties, including, without limitation, the implied warranties of
### merchantability and fitness for a particular purpose.
###
