aboutsummaryrefslogblamecommitdiff
path: root/Makefile
blob: cc23251f53d26dd5d7ff68e2f6e33a2d093568da (plain) (tree)
1
2
3
4
5
6
7
8
9




                              
             


                    
                     
 
.PHONY: all clean

CC = clang
CFLAGS = -std=c90 -Weverything

all : ls sort

clean :
	rm -f -- *.o
	rm -f ls sort