summaryrefslogblamecommitdiff
path: root/Makefile
blob: 258f9e289289f035dd18bf1e8f8ec248b57a7b8e (plain) (tree)
1
2
3
4
5
6
7
       
                 

           
                      

                    
.POSIX:
.PHONY: all clean
ALL = texad
all: $(ALL)
texad: texad.c texad.h
clean:
	rm -f $(ALL)