simple/random_file/GNUmakefile

8 lines
103 B
Makefile

include GNUmakevars
all: random_file
clean:
true
install: $(BINDIR)/random_file
include GNUmakerules