simple/errno/GNUmakefile

9 lines
83 B
Makefile

include GNUmakerules
all: errno
errno:
clean:
rm errno
install: $(BINDIR)/errno