sandkiste/Makefile

7 lines
58 B
Makefile
Raw Normal View History

2023-07-09 21:54:12 +02:00
all: hello
install: /tmp/hello
/tmp/%: %
install $^ $@