1
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-03-03 04:38:42 +01:00

9 lines
196 B
Makefile
Raw Normal View History

SUBDIRS = $(pgm_subdir)
DIST_SUBDIRS =
# Override Automake's installation targets with the command ":" that does nothing.
install:; @:
install-exec:; @:
install-data:; @:
uninstall:; @:
dist:; @;