
doomthng: things.o doomthng.o
	gcc -o doomthng things.o doomthng.o

unix2dos: unix2dos.o
	gcc -o unix2dos unix2dos.o

clean:
	rm -f doomthng unix2dos *.o *.bak

