summaryrefslogtreecommitdiff
path: root/Makefile
blob: c6bbc04c35025f5c130f9eea175d0167e477a058 (plain)
1
2
3
4
5
6
7
8
.POSIX:

CFLAGS=-Wall -Wextra -Wpedantic

pax: pax.o tar.o cpio.o

clean:
	rm -f $$(cat .gitignore)