simple/errno/GNUmakefile

9 lines
83 B
Makefile
Raw Normal View History

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